spesmilo / spesmilo/electrum

Enhance search filter

Open
#2,293 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement ✨
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.