SmilyOrg / photofield

Experimental fast photo viewer.
MIT License
398 stars 7 forks source link

Improved search #72

Open SmilyOrg opened 1 year ago

SmilyOrg commented 1 year ago

Is your feature request related to a problem? Please describe. The current search implementation is not discoverable and has lots of limitations, see https://github.com/SmilyOrg/photofield/pull/65#issue-1712715668. It's not possible to combine search terms or have expressive search queries.

Describe the solution you'd like

Describe alternatives you've considered Not doing it or making it simpler 😅

Additional context Add any other context or screenshots about the feature request here.

ckyb commented 3 months ago

Is searching across collections a planned feature? I would love to have a "global" search to go through all collections for tags, eg. tag:work-project/tag:fav, or even finding similar images across collections.

SmilyOrg commented 3 months ago

I've not really tested it, but I'm thinking you could already create an "all" collection that contains all the dirs/photos from other collections, then search that.

Of course it would be nice to make that more properly supported, but I haven't thought through how exactly.

An easy way with minimal changes would be to just have a special collection name that acts as an automatic "all" collection.