Scene Multiple Tag Selection

Describe the feature you’d like

stashdb.org you can filter scenes via tag. However, there is a major limiting factor with the current implementation. When filtering by tags you’re only able to filter scenes by 1 tag at a time. It would be extremely helpful if there was a way for use to filter stashdb.org for scenes that include all of the multiple selected tags as well as an or operator to select only scenes with tag A or tag B. Also a grouping operator so that do a search like this: Find all scenes with tag A and (Tag B or C)

Describe the benefits this would bring to existing users

Would allow users to more quickly find relevant scenes and/or checking if a scene exists already for a contribution.

Is there an existing way to achieve this goal?

Allow more than one tag to be selected for filtering.

Additional context

1 Like

The stash-box API already supports filtering by multiple tags, but it does not support exclusions yet. That is, you can search for either “A or B or C”, “A and B and C”, but you can not search for “A and B but not C”

The frontend currently does not expose these filtering capabilities but you can try my userscript stash-box explorer and it will let you at least search with multiple tags

1 Like