Files
danbooru/test/unit
evazion 4c03ea5be3 Fix #5132: Modqueue displays active posts when excluding any search term
Fix a bug where searching for a negated tag inside the modqueue would show
active posts.

The bug was that in a search like this:

    Post.in_modqueue.user_tag_match("-solo")

The `in_modqueue` condition would get sucked inside the tag search and negated
when we tried to apply the negation operator to the "solo" tag. So effectively
the `in_modqueue` condition would get negated and we would end up searching for
everything not in the modqueue.
2022-09-28 00:29:50 -05:00
..
2022-08-24 02:03:37 -05:00
2022-09-18 05:02:10 -05:00
2022-09-24 03:49:10 -05:00
2020-06-20 00:20:39 -05:00
2022-09-18 05:02:10 -05:00
2021-01-11 05:12:09 -06:00
2022-09-18 05:02:10 -05:00
2022-09-18 05:02:10 -05:00
2022-05-20 22:51:02 -05:00