GraphQL filter not honoring NOT operator when trying to exclude tags. #16529
Labels
status: duplicate
This issue has already been raised
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
NetBox Version
v4.0.5
Python Version
3.10
Steps to Reproduce
Expected Behavior
When the query is executed, the inclusive section of the query should return all prefixes that match this tag.
When the query is executed, the exclusive section of the query should return all prefixes that do not match this tag.
Observed Behavior
When executed, the same data is returned, as though the NOT clause is being ignored.
I also applied the tag to a Device and the same behavior is exhibited.
The text was updated successfully, but these errors were encountered: