Quick filter on all visible fields #5971

Closed
opened 2025-12-29 19:35:03 +01:00 by adam · 1 comment
Owner

Originally created by @PieterL75 on GitHub (Jan 19, 2022).

NetBox version

v3.1.6

Feature type

Change to existing functionality

Proposed functionality

The 'Quick Filter' of a table currently only filters the first/name column
The filter should apply to all visible fields of the table, including custom added columns

Use case

More flexible and intuitive filtering of data

Database changes

None

External dependencies

None

Originally created by @PieterL75 on GitHub (Jan 19, 2022). ### NetBox version v3.1.6 ### Feature type Change to existing functionality ### Proposed functionality The 'Quick Filter' of a table currently only filters the first/name column The filter should apply to all visible fields of the table, including custom added columns ### Use case More flexible and intuitive filtering of data ### Database changes None ### External dependencies None
adam added the type: feature label 2025-12-29 19:35:03 +01:00
adam closed this issue 2025-12-29 19:35:03 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jan 20, 2022):

The 'Quick Filter' of a table currently only filters the first/name column

The quick filter search employs the ?q= filter for the type of object being filtered. It is not limited to the first column.

@jeremystretch commented on GitHub (Jan 20, 2022): > The 'Quick Filter' of a table currently only filters the first/name column The quick filter search employs the `?q=` filter for the type of object being filtered. It is not limited to the first column.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5971