Skip to content

Conversation

@workbysaran
Copy link
Contributor

Resolved / Related Issues
Fixed an issue where combining tag searches with the NOT operator (e.g: tag:Mountain NOT tag:Bird) did not work.

Closes #17808

Steps used to test these changes

  1. Search 'tag:Mountain' - returns files with Mountain tag
  2. Search 'tag:Bird' - returns files with Bird tag
  3. Search 'tag:Mountain NOT tag:Bird' - returns files with Mountain but NOT Bird

@yaira2 yaira2 added the ready for review Pull requests that are ready for review label Nov 23, 2025
@yaira2
Copy link
Member

yaira2 commented Nov 23, 2025

Does this also include support for 'AND' and 'OR'?

@workbysaran
Copy link
Contributor Author

No, I have implemented only the NOT functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for review Pull requests that are ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: AQS Boolean operators (NOT, AND, OR) don’t work with tag: searches

2 participants