do any of yall know how to properly search for single words in a name of a document?
for example if the name is Tape PP-Solvent 50mm/100m 28μm White
, I want to be able to search for tape white
I tried using Query.search("name", stringHere)
, but it doesn't seem to work, as the results aren't correct :/
TL;DR
Developers are having trouble searching for single words in document names using Query.search("name", stringHere). They want to search for 'tape white' in a document named 'Tape PP-Solvent 50mm/100m 28μm White'.