ilya40umov / KotLink

An implementation of Go-Links, written in Kotlin

Home Page:http://kotlink.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Link search improvements - Full Text Search

ilya40umov opened this issue · comments

Whenever a user tries to navigate to a link that does not exist, they are shown the search page with links that at least partially match the keyword. However, the current implementation is based on regular expressions and is very limited.
Instead, the link search should be utilizing Full Text Search features in Postgres and search results should be shown in the order of relevance against the search terms.