Query on Typesense Support for Specific Syntax
TLDR Hafiz enquired if typesense supports exact match multiple words with OR condition. Kishore Nallan clarified that specific syntax is not supported.
Powered by Struct AI
2
9mo
Solved
Jan 17, 2023 (9 months ago)
Hafiz
Hafiz
07:49 AMHi All,
Just want to know if typesense support exact match multiple words with space and exclude some words, like:
the above statement means a string contains type sense or user name but not online
is it possible in typesense?
Just want to know if typesense support exact match multiple words with space and exclude some words, like:
'type sense' OR 'user name' -online
the above statement means a string contains type sense or user name but not online
is it possible in typesense?
Kishore Nallan
Kishore Nallan
10:09 AMExact phrase match is support by wrapping the search query in double quotes. You can exclude tokens by prefixing with "-" but we don't have a way to do that
OR
syntax above.Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 2776 threads (79% resolved)
Similar Threads
Exact String Search in Typesense Instantsearch
Kor enquires about searching exact strings in Typesense Instantsearch. Kishore Nallan confirms that this feature is supported when the query is wrapped in double quotes.
3
3mo
Solved
Typesense Query with Double Quotes like Google
Niels asked if Typesense supports Google-like queries using double quotes. Kishore Nallan confirmed that it's possible by using double quotes for phrase match.
4
6mo
Solved
Limitations of Typesense Search Functionality
Luke faced issues with searching specific words in Typesense. Kishore Nallan explained that Typesense supports only prefix search.
3
28mo
Solved