Enhance search filter
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8.6k
- Forks
- 3.5k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 61
Description
Hi, feature request for implement some enhanced search, like support "*" in text. Something like regexp. So I can search in history with wildcards.
Example:
TXs with comment:
Deposit 123usd coinbase
Deposit 13usd coinbase
Deposit 23usd coinbase
Receive 123usd btc-e
Receive 123usd btc-e
so be able to filter by using "Deposit*coinbase" or "Receive*btc-e" style.
Regards
Petr
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name a file, test, or entry point. Start by locating Electrum's history search and filter implementation, then clarify wildcard or regular-expression semantics and how matching should work across transaction comments. Done should include the requested search behavior and tests covering the provided Deposit and Receive examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100