Querying Wildcards in a More Regex-y Way
TLDR Todd sought to use a more regex-like wildcard search. However, Jason clarified that only *
or a keyword can be used due to performance issues.
Jun 14, 2022 (19 months ago)
Todd
07:49 PMI’d like to search something like
prefix-*match*
Jason
07:53 PM*
or a keywordJason
07:54 PMLIKE %%
does in SQL for eg)Todd
08:01 PMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Usage and Modification of Dynamic Routes in Typesense Documents
Ethan needed a way to perform exact queries through two fields in Typesense documents. Kishore Nallan demonstrated its possibility using the "filter_by". An issue was resolved via recommending that fields in 'query by' should be a string type.
Querying Documents Using Wildcards and Array Lengths
Orion asks about querying documents with wildcards or array lengths. Jason requests clarification and examples from Orion to better understand the question.
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.