Strict search on a "sentence" w/ FindMultiple — missing hoped-for result #1602
-
|
Hello 👋 , I'm currently struggling with However, the space in the string seems to act like a separator, so the results of my search are equivalent to the results produced by a `.findMultiple(['cats', 'and, 'dogs'], options); My architecture doesn't allow me to use the regular find method for sentences like 'cats and dogs', as I need to keep ongoing multi-search results available to the user. Typical findMultiple use in my case would be What I tried so far :
Is there a fine tuning, or pure code workaround i'm missing to make this happen ? Versions used :
Thanks for reading, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
|
You've found a bug! When you open the find bar of the UI, you'll see the feature is broken there, too. BTW, the "findMultipleSearchTexts" feature separates search terms by |
Beta Was this translation helpful? Give feedback.
You've found a bug! When you open the find bar of the UI, you'll see the feature is broken there, too.
BTW, the "findMultipleSearchTexts" feature separates search terms by
\n, not\r(which is0x0A, not0xA0). You were close! However, the idea of the API is to hide this arcane technical detail from you.