Resolving Typesense Upgrade Issue with Long Slug Field
TLDR After Martin upgraded Typesense (Cloud) to 0.20, searches failing with long slugs. Jason and Kishore Nallan helped resolve it by suggesting to use filter_by for exact matches.
1
Jun 16, 2021 (30 months ago)
Martin
09:24 PMJason
09:25 PMMartin
09:31 PMJason
09:31 PMMartin
09:31 PMopen-access
I get three results.Martin
09:33 PMMartin
09:34 PMJason
09:38 PMopen-access-may-become-mandatory...
will get indexed as openaccessmaybecomemandatory...
. Not ideal, but we plan to fix this in an upcoming release, so you can customize how special characters are indexed.Jason
09:39 PMMartin
09:40 PMJason
09:41 PMslug:=slug-with-hyphens
?Martin
09:43 PMfilter_by
better here than query_by
?Jason
10:21 PMJun 17, 2021 (29 months ago)
Kishore Nallan
04:25 AMMartin
04:46 AMfilter_by
, as suggested by Jason fixes the issue for me.Kishore Nallan
04:47 AMMartin
04:52 AM1
Typesense
Indexed 2786 threads (79% resolved)
Similar Threads
Fixing Corrupted Documents and Upgrading Typesense Cloud Version
gab had issues with corrupted documents in Typesense Cloud. Jason suggested upgrading to version 0.24.1.rc, which resolved the issue. They also discussed CORS domain management.
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.
Revisiting Typesense for Efficient DB Indexing and Querying
kopach experienced slow indexing and crashes with Typesense. The community suggested to use batch import and check the server's resources. Improvements were made but additional support was needed for special characters and multi-search queries.
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.
Integrating Semantic Search with Typesense
Krish wants to integrate a semantic search functionality with typesense but struggles with the limitations. Kishore Nallan provides resources, clarifications and workarounds to the raised issues.