Skip to content
Discussion options

You must be logged in to vote

That's possible as we implemented a simple text search that works on top of all databases including Sqlite. If I would have implemented this for a commercial client, I would have used Solr for search which is much more powerful. For example, it could easily do a phonetic comparison as well, so compare terms by how they sound like. In the past, city names like New York were split into two keywords. So now there is a dash as a workaround as that's what we came up with together with the user who reported the problem. Maybe there's another quick win to improve it if you check the source?

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@cvinhaes
Comment options

@lastzero
Comment options

Comment options

You must be logged in to vote
1 reply
@lastzero
Comment options

Answer selected by cvinhaes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Support request or further testing and details required
3 participants
Converted from issue

This discussion was converted from issue #2722 on September 21, 2022 06:48.