Querying Normalized Typesense Index Results in Unexpected Matches
TLDR Jonathan questioned if queries should return "jill" and Turkish "jıll" when searching for "jill". Jason confirmed this is expected but suggested opening a GitHub issue for their specific use case which Jonathan completed.
1
Jan 19, 2023 (11 months ago)
Jonathan
07:24 PM?num_typos=0
, to return both jill
and jıll
(turkish i) when searching for jill
, if your indexed data has the "dotless i" (turkish) https://www.compart.com/en/unicode/U+0131 ?[
{ "name": "jill" },
{ "name": "jıll" }
]
Jason
07:26 PMjıll
gets indexed as jill
… So it’s expected behavior, at least at the moment.Jason
07:26 PMJonathan
07:27 PMJonathan
07:28 PMnum_typos
Jason
07:29 PMJason
07:29 PMJonathan
07:29 PM1
Jonathan
07:57 PMJason
07:57 PMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Phrase Search Relevancy and Weights Fix
Jan reported an issue with phrase search relevancy using Typesense Instantsearch Adapter. The problem occurred when searching phrases with double quotes. The team identified the issue to be related to weights and implemented a fix, improving the search results.
Solving Typesense Cloud Interface Issue in Python
Orion had an issue querying from Python in the Typesense Cloud interface. Kishore Nallan identified the problem within the array declaration. They then discussed improving error messages and Orion offered to make a PR.
Cold Start Problem with Dynamic Collections
Adrian reported cold start issues with dynamic collections. Jason suggested using wildcard `*` for query_by parameters, upgrading to `0.25.0.rc34`, and clarified conventions. Adrian's issues were resolved but they reported a limitation that will potentially be addressed.
Querying with Typesense-Js and Handling Null Values
michtio was querying using typesense-js and receiving fewer results than expected. Kishore Nallan suggested using different query parameters. Further discussion led to the handling of 'null' values and filtering syntax in the search queries. The thread ended with Jason offering migration support from Algolia to Typesense.
Array Field Autocomplete Issue in Typesense Migration
Kanwei encountered issues with autocomplete when migrating from Elasticsearch to Typesense. Jason and Kishore Nallan identified it as a bug and instructed Kanwei to create a GitHub issue.