Replies: 1 comment 2 replies
-
Hello @elioncho, All you have to do is adding all the keys you want to include for the search in the array of Try it and let me know how it went. |
Beta Was this translation helpful? Give feedback.
2 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.
-
I am querying an API that returns an array of objects. These objects have different structures:
{ "name": "a_name" ... }
{ "title": "a_title" ... }
Can I search by name and title? Or do the result set has to have the same keys?
Beta Was this translation helpful? Give feedback.
All reactions