Replies: 1 comment 3 replies
-
|
Your query seems valid, are you sure you're using Can you give the result of |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Brand new to opensearch and think this package is looking really helpful to me - thank you to those that made and maintain it.
One thing I'm really struggling with though is an OR query. I've got a list of 2-3 strings, and I want to return the documents where any of those strings is in 2 of the fields.
What I've been trying:
However I keep running into TypeErrors - unhashable type Bool (or Wildcard when I mess around with things).
I seem to get the output I'm looking for if I initialise it from a dict like this:
Can anyone point me in the right direction?
Thanks for any help anyone can offer!
Beta Was this translation helpful? Give feedback.
All reactions