Troubleshooting Prefix Search and Exact Match Results in Typesense v0.22.0.rcs24
TLDR JinW has trouble with typesense search, notably with prefix search and exact matches. Jason clarified some things while Kishore Nallan requested more examples and suggested using a different software version. Harisaran also recommended a solution.
1
Nov 27, 2021 (26 months ago)
JinW
04:39 PM'query_by' => 'title,title',
'prefix' => 'true,false',
Jason
04:42 PMJinW
04:46 PMfalse
disable typos?Jason
05:18 PMJinW
05:23 PMJason
05:50 PMJinW
06:27 PMFall in Love
(without “in” stop words and prefix=true). It will return anything else with Love
except for Fall in Love
and I think this may due to the drop token. It works if I just reverse the query string to Love In Fall
JinW
07:01 PMNov 28, 2021 (26 months ago)
Kishore Nallan
01:33 PMAlso, I fixed an issue related to prefix + dropping of tokens, so you might also want to try using
typesense/typesense:0.22.0.rcs40
first which contains that fix.JinW
07:02 PMJinW
07:09 PMtypesense-go
library. The git commit that use [email protected] to generate return the correct search results. While all the latest commits(used opa-codegen > v1.5.0) return really weird results and random highlighted text that not part of the query. I have not tested with recs40 yet. Version > v.1.5.0 changed the c.RequestEditor
to c.RequestEditors
to handle multiple []RequestEditorFn
commit 04a84132cd41900ff8fba033898ba6296095a6a5 (HEAD -> master, origin/master, origin/HEAD)
Author: Khalil Sarwari <<mailto:kha[email protected]|[email protected]>>
Date: Wed Oct 13 05:39:35 2021 -0700
JinW
07:18 PMJason
07:25 PMJason
07:25 PMJinW
07:53 PMNov 29, 2021 (26 months ago)
Kishore Nallan
01:32 AM1
Harisaran
05:50 AMmaster
?go get
Nov 30, 2021 (26 months ago)
JinW
01:27 AMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Resolving Multilingual Search Function in Typesense Software
Bill is having difficulty with multilingual search functionality in Typesense software. Developer Kishore Nallan suggested setting a language locale and provided a demo build. The build solution had some issues, and after multiple rounds of software updates and troubleshooting, the problem still persists.
Issues with Repeated Words and Hyphen Queries in Typesense API
JinW discusses issues with repeated word queries and hyphen-containing queries in Typesense. Kishore Nallan offers possible solutions. During the discussion, Mr seeks advice on `token_separators` and how to send custom headers. Issues remain with repeated word queries.
Announcement: General Availability of Typesense v0.25.0
Jason announces release of Typesense v0.25.0, listing new features. Users express excitement and ask pertinent questions. Gorkem, Manuel, and Daniel commend the team for the new functionalities. Manish and Tugay share their positive experiences with Typesense. Jason and Kishore Nallan answer questions and thank users for their feedback.
Phrase Match Problem in Typesense Version 0.24.0rcn25
Robert was unsure about correct phrase match usage in Typesense. After providing Kishore Nallan with necessary data, Kishore Nallan was able to replicate the issue. Robert shared a Github link for further tracking, where Kishore Nallan responded later.
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.