Processing Filter String Value in Typesense
TLDR Philipe asked about filter string processing in Typesense. Kishore Nallan explained the removal of special characters during text indexing.
Powered by Struct AI
1
3
23mo
Solved
Dec 14, 2021 (23 months ago)
Philipe
Philipe
01:32 PMIs this the intended behaviour?
Kishore Nallan
Kishore Nallan
01:35 PMThe filter string value is processed to drop the underscore character. Text indexed in Typesense is normalised and special chars are removed. If you want to index them verbatim use the symbols_to_index configuration during collection schema creation.
Philipe
Philipe
01:37 PMthanks, was just curious
1
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 2779 threads (79% resolved)
Similar Threads
Handling Special Characters in Search Queries
Sidharth asks how to handle special characters in search queries. Kishore Nallan suggests using `symbols_to_index` configuration and provides an example to help.
6
4mo
Solved
Special Character Impact on Indexing and Querying
Sergio suspects a special character may be affecting Typesense indexing and querying. Kishore Nallan requests a code snippet and advises creating an issue on GitHub.
10
7mo
Typesense Username Search Issue with Dashes or Underscores
Jonathan had issues with searching for usernames with dashes or underscores in Typesense. Kishore Nallan advised using the `symbols_to_index` parameter to index special characters.
3
9mo
Solved