Comet icon indicating copy to clipboard operation
Comet copied to clipboard

Exclusive fromTags

Open MightyAlex200 opened this issue 5 years ago • 3 comments

So far we have a function in posts called fromTags that gives all posts with any of the given tags. I'd like to have a function that gives all posts that have all of the given tags. Or perhaps better, a search function that takes input like "(1 & (2 &| (3 | 4)) & !5)" and returns all posts tagged 1 AND (2 OR (3 XOR 4)) AND NOT 5 (working syntax, probably want something better than that)

MightyAlex200 avatar Aug 10 '18 21:08 MightyAlex200