SmilyOrg / photofield

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

Tag search (MVP) #65

Closed SmilyOrg closed 1 year ago

SmilyOrg commented 1 year ago

You can filter photos in the collection by searching for tag:TAG.

For example, you can search for tag:fav to only show favorited photos, or tag:hello tag:world to only show photos with both hello and world tags. This is an early version of filtering and should be more user-friendly in the future.

Related image search #62, tag filtering, and semantic search #40 currently cannot be combined and only one will be applied (in that order).