SolidOS / SolidOS/contacts-pane
Extend search bar to search for any text not just name
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7
- Forks
- 9
- Avg merge
- 3h 33m
- Merged PRs (30d)
- 2
Description
The search (filter) panel at the moment filters on names only.
IIRC it works if you type more than word then both words must be somewhere as a substrings in any other in the name.
It would be nice if you could use it to be able to use it also to find things like roles, company, or strings in the note field.
(Just make that the default, or make it an option?)
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
Start by locating the search/filter panel implementation and the current name-only matching logic. Confirm how names are split and matched, then define the intended default or option behavior; done means searches can also find roles, companies, and note-field text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, search
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100