Y
Hacker News
new
|
ask
|
show
|
jobs
by
leonardo2204
1143 days ago
The only problem I face is partial querying. For instance, if the user queries rus (and it does not match any lexemme) nothing returns. Any workarounds?
1 comments
simonw
1142 days ago
I've had good results for partial match searching using PostgreSQL trigram indexes:
https://about.gitlab.com/blog/2016/03/18/fast-search-using-p...
link