#community-help

Typesense Handling of Stop Words in Searches

TLDR Manuel asked if Typesense handles stop words. Jason replied that as of v0.25, users need to filter out stop words before querying, but v0.26 would add native support.

Powered by Struct AI

4

1

Aug 24, 2023 (3 months ago)
Manuel
Photo of md5-3c245fbfa0e95b187afc210660a5c0d7
Manuel
05:24 PM
Hey there! Kishore Nallan Jason

I wanted to know if typesense handles stop words at the search level or if is it something that has to be done before sending the query?

I was looking in the doc and in git and I only found this: https://github.com/typesense/typesense/pull/755
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
06:04 PM
As of v0.25, you will have to filter out stop words on the client-side before sending the query to Typesense

1

06:04
Jason
06:04 PM
In v0.26, we’re adding native support for stop words inside Typesense

3

1