Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Searching ruby hash inside of attribute #659

Closed
MadhuKosuriSG opened this issue Apr 2, 2016 · 1 comment
Closed

Searching ruby hash inside of attribute #659

MadhuKosuriSG opened this issue Apr 2, 2016 · 1 comment

Comments

@MadhuKosuriSG
Copy link

HI Team,
I am having requirement to perform searching serializer key value inside attribute. i.e
Suppose I have model User and its columns.
{
first_name: "user first name",
last_name : " user last name "
address: "line_1: "This is line one' "
"line_2": "This is line-two"
"city": "city"
}
I want search city inside of address.
Thanks

@MadhuKosuriSG MadhuKosuriSG changed the title Searching searching Searching Apr 4, 2016
@MadhuKosuriSG MadhuKosuriSG changed the title Searching Searching ruby hash inside of attribute Apr 4, 2016
@ankane
Copy link
Owner

ankane commented Jan 8, 2017

Hey @MadhuKosuriSG, you can use dot notation (see readme) to do this.

@ankane ankane closed this as completed Jan 8, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Dec 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants