i'm running into some issues trying to create a Examine Query.
In my custom index I have a field called 'TestTaxonomy' with for example the following value: umb://document/75e97ba7f01c4723a258a243bf813a1c,umb://document/e936faa0f0eb4c62aeb993de3351a1f4
In this value I would like to be able to search 1 value and return the item if the value is found.
Examine query problem
Hello !
i'm running into some issues trying to create a Examine Query.
In my custom index I have a field called 'TestTaxonomy' with for example the following value: umb://document/75e97ba7f01c4723a258a243bf813a1c,umb://document/e936faa0f0eb4c62aeb993de3351a1f4
In this value I would like to be able to search 1 value and return the item if the value is found.
My current query:
This query works if my 'TestTaxonomy' field only has 1 value, however it goes wrong when there are more then 1 values.
Examples in screenshot
Thanks!
Using .Fuzzy() was the solution for anyone wondering!
is working on a reply...