Issues with Infix Searching in Staging Application
TLDR Ahmad experienced a problem with search queries returning empty arrays. Jason explained it as a lack of infix searching support which is currently in development.
2
Feb 22, 2022 (20 months ago)
Ahmad
08:13 PMI am getting a strange problem in search
if i pass the
query: 'staging ap'
, it returns the fine results. but if i pass query: 'ing ap'
it is returning empty array. why ? as ing ap
is a substring of staging ap
.Jason
08:13 PMJason
08:15 PM1
Ahmad
08:16 PMJason
08:17 PM1
Typesense
Indexed 2776 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.
Debugging Search Issue with Typesense Server Caching
Jameshwart reported experiencing caching issues with typesense server, despite the server's default setting of not caching. Through troubleshooting steps with Kishore Nallan, they were able to confirm an issue with the Typesense Javascript client and resolved it by adding `cacheSearchResultsForSeconds: 0` after `apiKey` in the initialisation. Laura also participated in discussion, learning about server and client level caching.
Discussion on Typesense Server Version Causing Issue
Davide had issues with queries on dev server, which worked fine on prod. After investigating, Kishore Nallan and Shaun suggested updating server versions. Once updated, queries started working fine in both environments.