kaspiana / mage

A command-line tool for cataloguing images (particularly digital art), styled after Git.
0 stars 0 forks source link

Tag search #13

Closed kaspiana closed 3 months ago

kaspiana commented 3 months ago

Without tag searching, the tool is not very useful. It should be possible to search for documents with a limited query language based on tags and possibly file metadata like extension and ingestion date.


mage search vriska_serket terezi_pyrope # find all documents with both tags
mage search vriska_serket AND terezi_pyrope # ditto
mage search vriska_serket OR terezi_pyrope # find all documents with either tag
mage search (vriska_serket terezi_pyrope) OR june_egbert # find all documents with either both vrisska and terezi, or june

Search should also take into account tag relationships such as implication.


mage search human # find all documents with any tag which implies the human tag

Concerns:

kaspiana commented 3 months ago

Predicates:

Operators: