0xngmi/llamasearch

various small feedback for llamasearch

Closed this issue · 3 comments

Love the idea of your tool, ran into a few issues and wanted to give feedback.

cowswap was one of the first things that I wanted to search in the tool.

  1. 'cow' yielded nothing - I looked at the code and saw your >3 char limit. I can see why you did that, but it might be worth playing around with making that >2 (perhaps its too noisy).

  2. $cow yields both cashcow and cow(cowswap) without any way to distinguish them. One suggestion there would be to include the token symbol in the output.

  3. 'cows' only yields the bnb cowswap which has a much lower mc. In cases like this I think market cap could help with sorting order.
    image

  4. autocomplete on brave blocks your autocomplete. Might just be an issue with Brave, but wanted to raise it. Adding autocomplete="off" to the input fixes it for me in testing.

llamasearch_autocomplete

Other Ideas:
I am sure you want to keep the UX simple, similar to Google, but it would be cool if there was an option to enable an eth gas number/chart at the top right (or really anywhere) just to get a quick glance at the current state of gas
image

ty for the feedback

  1. i tried with >2 and it was not very helpful
  2. i guess you meant token name? good idea
  3. rn its sorting by tvl but youre right that its not great for protocols with no tvl like cowswap hmm
  4. agree
  5. (gas cost) agree

2, 3, 4 implemented

Thanks for the review. You got the main stuff, and I'll open another issue if anything comes up.