graphprotocol / mission-control-indexer

Technical indexer documentation and infrastructure templates for the Mission Control testnet
21 stars 4 forks source link

[explorer] search subgraphs does not work correctly #154

Open mindstyle85 opened 4 years ago

mindstyle85 commented 4 years ago

If you want to search a certain subgraph, you have to first scroll down and load more of them, until the one you wanted to search and hit is among them.

Ideally you could search them all without the need to load more, otherwise the search function just loses its intent..

mindstyle85 commented 4 years ago

for reference, tested in latest versions of chrome and brave:

Untitled

nenadjaja commented 4 years ago

Yeah, unfortunately search is Case insensitive - so if you want to search for Uniswap you actually need to type the capital letter there. You don't need to load more, it should show the results immediately. We have this improvement of our GraphQL server on our radar. For now, we should probably put a tooltip - what people should search for and how

mindstyle85 commented 4 years ago

Ah i see, it never occured to me to try in case sensitive!

yeah for now i think a tooltip would be great, i bet many dont think about the fact that it needs capital letters too in these days.

nenadjaja commented 4 years ago

Right. I brought it up with the team - and we'll add more clarity for sure