netbox-bgp icon indicating copy to clipboard operation
netbox-bgp copied to clipboard

Search/filter in UI is broken

Open ryanmerolle opened this issue 3 years ago • 0 comments

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:

  1. Filter an ASN on status and select multiple statuses
  2. Click search
  3. 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.

ryanmerolle avatar Jul 09 '22 03:07 ryanmerolle