SolidOS/contacts-pane

Extend search bar to search for any text not just name

Open

#89 opened on Oct 12, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (8 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (7 stars)
PR merge metrics
 (PR metrics pending)

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