Merging Typesense Search Results in JS
TLDR Steffen asked for recommendations on merging Typesense search results with local JS results. Jason suggested a few browser-based search libraries, including fuse.js. Steffen agreed that merging is complicated, but will consider a combined ranking strategy.
Oct 19, 2022 (12 months ago)
Steffen
02:37 PMdoes anybody have recommendations on how to merge search results coming from Typesense with local results in JS? Any browser search library that at least somehow maps the behavior of Typesense?
Thanks a lot 🙏
Jason
03:31 PMJason
03:32 PMOct 20, 2022 (12 months ago)
Steffen
07:56 AMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Using TypeScript with Typesense JS Library
michtio asked how to use TypeScript with Typesense JS library, and Ross provided detailed example code.
Troubleshooting Typesense Document Import Error
Christopher had trouble importing 2.1M documents into Typesense due to memory errors. Jason clarified the system requirements, explaining the correlation between RAM and dataset size, and ways to tackle the issue. They both also discussed database-like query options.
Improving Typesense Query Performance
Jonathan queried about slower than expected typesense query performance. Jason and Kishore Nallan offered solutions and explanations. After a series of tests, Jonathan found other queries returned results quickly, indicating the issue was specific to the original query.