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
If /api/v2/search/check-redirect returns a result for the search query, View all results button redirects to that page instead of opening Search results page.
"view all" links to the search results page, that has a redirect check. API returns redirect to the block page so we redirect user there. Pressing "enter" does the same. If we want for some reason to have different behavior for "enter" and "view all" we can implement some url param for example, but would it make sense?
does it look ok for a user that we have redirect here? If I type "123" and see tokens in the first 10 results and press enter -- I will be redirected to the "123" block page.
Description
If
/api/v2/search/check-redirect
returns a result for the search query,View all results
button redirects to that page instead of openingSearch results
page.Steps to reproduce
123
orvitalik.eth
View all results
Version
v1.32.0
The text was updated successfully, but these errors were encountered: