Replies: 1 comment
-
It works partially by following an example in this ticket. Did not test all cases but works for my basic case. |
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
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,
Just wondering if we can do a non-exact match search on string[]
I try to take the example from /src/tests folder
Given we have the schema:
Then we populate the data as:
If we do this search:
then it returns some values as it matches Potter
but if we do
or
then it returns blank array
Beta Was this translation helpful? Give feedback.
All reactions