Replies: 1 comment
-
Hey @wtopazi, do I understand correctly that you want something like this: >>> db.search(where('pets').any('cat'))
[{'name': 'msiemens', 'pets': ['cat', 'dog']}]
>>> db.search(where('pets').any('bird'))
[] Does that solve your problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to create individual, searchable entities in the same field? For example, if I had a database of users who had multiple pets, but I wanted to search for all those who have cats.
I hope that makes sense, but let me know if any clarification is needed.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions