-
Notifications
You must be signed in to change notification settings - Fork 38
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
Search Schema by field and field in the assoc #82
Comments
Hi @duartepbrandao, At this point, no. There will need to be a bigger change in What do you think @ericsullivan? |
I think it's important enough to get it into the 2.0 release |
Cool! I will add it to the queue then! |
I have actually got it working tinkering with the rummage_scope and using the custom search. |
Hello.
Is it possible to search for both a field and a field from the assoc of the schema.
For example, using the phoenix_example(v2) project, searching for all the products where the category_name = "fic" and the product_name = "the" ?
I am sending these rummage_params:
but the query it creates its this one (columns removed for readability) :
If this is not possible, can you point me in the direction for doing a PR for this functionality.
Thanks
The text was updated successfully, but these errors were encountered: