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 (23 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 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.
Inconsistent Search Results with Typesense
David reported inconsistencies with infix searching using Typesense, despite no change in configuration. Upon review, Jason could not consistently reproduce the issue and suggested potential fixes including a debug build on the user's cluster. The issue remains unresolved.
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.