hydrusnetwork/hydrus

Add include/exclude current/pending tags to the file search API

roachcord3 opened this issue · 0 comments

I would like to be able to perform a search like this with the API: system:has tags but only checking pending tags.

screenshot of the hydrus client search showing "system:has tags" as the query, with "exclude current tags" and "include pending tags" as options, on the "all known files with tags" file service and the public tag repository

My use case is that I am trying to write a tool that will declutter pending tags before sending them off. As far as I can tell, it's impossible to do a search like this within a reasonable run time with the current API features.