-
Notifications
You must be signed in to change notification settings - Fork 35
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
querying ref / nested properties #59
Comments
+1 |
2 similar comments
+1 |
+1 |
Anyone found a way to do this? |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
How can i use queryman to query references schema properties?
lets say i have City Model and Streets Model where
where streets is sub resource ref fields for example in the City Schema its defined like this:
so when doing query man i want to search bit city name and streets name like so:
so if i search for york it will give me cities that have "york" in their name and streets that have "york" in their name also.
hope i was clear,
Thanks!
The text was updated successfully, but these errors were encountered: