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.
1
Dec 14, 2021 (25 months ago)
Philipe
01:32 PMKishore Nallan
01:35 PMPhilipe
01:37 PM1
Typesense
Indexed 3011 threads (79% resolved)
Similar Threads
Handling Special Characters in Typesense Queries
Jack had an issue with Typesense returning all results when querying with special characters. Jason indicated that Typesense removes special characters, suggesting a modification in the `symbols_to_index` setting. Jack found a solution by implementing a client-side filter for special characters only queries.
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.
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.