netbox-bgp
netbox-bgp copied to clipboard
Search/filter in UI is broken
NetBox version 3.2.5
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Filter an ASN on status and select multiple statuses
- Click search
- Observer the search for this function is handled with "AND" logic instead of "OR". IE an ASN can only have one status, so the logic when using the multi-select option should use "OR" logic.
Expected behavior Selecting multiple of the same field in a multiset not refernecing a many to many relationship like site or tenant to ASN.
Additional context This seems a problem for other plugins and for most areas of the netbox-bgp search.