NextcloudPasswords
NextcloudPasswords copied to clipboard
Feature Request: Search/Match on All URL entries
Checklist
- [X] I have checked and there are no existing issues - open or closed - which request the same feature.
- [X] I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise.
- [X] This issue contains only one feature request.
Feature description
We can add any number of URLs to an item, so it would be great to have match and search use them all.
Why do you want this feature?
It helps collapse multiple entries into one and makes management easier.
Additional information
No response
Hi,
this could be more complicated than it seems. The thing is, the URL field is a normal field, which means I can easily query it.
However, the other URL fields are custom fields, which means they are serialized together with all the others, and every search would mean, for every password, deserializing the fields, iterate all of them, check if they are a URL, and then check for a match. Maybe I could search on the whole serialized custom fields, but that would very possibly lead to a lot of bad matches.
I'll see what I can do.
@hegocre I don't know if I can add on to this request or if it needs its own, but along the same lines, it would be nice if it filtered more specifically. I have a domain with several different subdomains for different services that I'm hosting. The problem is, when I select the nextcloud passwords from the keyboard, I get every service on the main domain, and then I have to backspace until only the subdomain is in the search field. Could this be adjusted? Or maybe an option in the settings to make the filtering more specific? Thanks