Hi sorry for the question but I can't understand the documentation to find what I want to do.
I would like to be able to search only on whole words, not parts of words.
E.g. If I search for "Kay", I would not want a result to be found that contains "Kayla Clein", it should only come up if I search for "Kayla".
j
Jason Bosco
08/08/2024, 1:26 AM
You want to set prefix: false as a search parameter
🙌 1
n
Nicolas Llorca
08/08/2024, 1:36 AM
Hi @Jason Bosco thanks, one question, my language is Spanish, are the stopwords already loaded for that language or should I add them?
j
Jason Bosco
08/08/2024, 1:36 AM
We don’t have predefined stop words for any language. So you would have to load it yourself