CoinSearchr / CoinSearchr-site

CoinSearchr Flask site to serve the CoinSearchr search tool at https://coinsearchr.com/
GNU General Public License v3.0
0 stars 1 forks source link

Add better ranking of search results based on search criteria #4

Open CoinSearchr opened 2 years ago

CoinSearchr commented 2 years ago

Also upgrade the database query to do the search in Python instead of database. Use a text matching algorithm so that typos like "ltecoin" matches to "litecoin"

CoinSearchr commented 2 years ago

Probably use the "Levenshtein distance" method or similar