This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Replies: 1 comment
-
|
As mentioned in the PR: The search behaviour changed recently - now it searches from where the cursor currently is, so you can do repeated search (by hitting / [enter]). Yes, there is kindof an edge case where if you search for something slightly obscure (say "coin") it first goes to name/symbol=coin, then each repeat starts from that point (with a substring/partial search). It doesn't seem to be possible to do an approximate search before the full-patch result. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I suggest having these kinds of search keywords to make it easier and controllable.
/s:btc-> search by symbol only/n:bitcoin-> search by name only/bitcoin-> default behavior (by symbol, then by name)Here is a draft PR:
#254
Beta Was this translation helpful? Give feedback.
All reactions