You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bruno:
I’d like to share one use case I had
I wanted to search pools with WETH and USDC, but typing both in the search box won’t produce proper results
any tips on how to make that search?
Api:
I think a proper token filter should be implemented in the UI for this and not misuse the full text search
The UI could support multi-token filters, the API already does, but not in the search box. One approach could be implementing “autocomplete” as users type into the search box, displaying matching tokens. Selecting a token from the list would add it to the filter. Alternatively, we could introduce “power user” search with special keywords, but that’s more targeted at advanced users. Few solutions here, I'll add
The text was updated successfully, but these errors were encountered:
Bruno:
I’d like to share one use case I had
I wanted to search pools with WETH and USDC, but typing both in the search box won’t produce proper results
any tips on how to make that search?
Api:
I think a proper token filter should be implemented in the UI for this and not misuse the full text search
The UI could support multi-token filters, the API already does, but not in the search box. One approach could be implementing “autocomplete” as users type into the search box, displaying matching tokens. Selecting a token from the list would add it to the filter. Alternatively, we could introduce “power user” search with special keywords, but that’s more targeted at advanced users. Few solutions here, I'll add
The text was updated successfully, but these errors were encountered: