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
In all filters, the search starts with the first character of the search element, but the search element can consist of multiple words, for example on the screen "https://alpha.succinct.xyz/explorer", and it would be desirable to have the ability to enter only the id for search in this case. It is also desired that the search does not consider the case of words, which would simplify entering characters.
Here is the code if it were written in JavaScript.
In all filters, the search starts with the first character of the search element, but the search element can consist of multiple words, for example on the screen "https://alpha.succinct.xyz/explorer", and it would be desirable to have the ability to enter only the id for search in this case. It is also desired that the search does not consider the case of words, which would simplify entering characters.
Here is the code if it were written in JavaScript.
The text was updated successfully, but these errors were encountered: