Typesense's Handling of Quotes in String Field Sorting
TLDR Nikhil inquired if Typesense ignores quotes during string field sorting. Kishore Nallan confirmed, explaining special characters are removed during tokenization.
1
Oct 13, 2023 (1 month ago)
Nikhil
03:16 PM"Def" shows up after Abc even though Def is in quotes
Kishore Nallan
03:24 PM1
Typesense
Indexed 3005 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.
Resolving Typesense Search Issues
Conversation started by Maximilian about Typesense search behavior led to Users Kishore Nallan and Mike discussing and suggesting workaround, with Kishore Nallan promising an official solution soon. No final confirmation of resolution provided.
Discussing Typesense's Tokenization Feature
Roshan seeks to understand typesense's tokenization feature. Kishore Nallan explains that it tokenizes on spaces and suggests using a special character as a separator.