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

Bug: searches for a specific coin (by suggest result) fail #51

Closed CoinSearchr closed 2 years ago

CoinSearchr commented 2 years ago

Regex doesn't appear to be extracting the search result correct.

Consider using a dictionary or LRU/TTL cache to keep track of precise suggestions we pass to the user, which we can then get the coin ID from later by reading out of the cache.

Goal: allow users to jump to search results for a specific coin they click on in the search results