- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.9k
Description
NetBox version
v3.0.8
Feature type
Change to existing functionality
Proposed functionality
When viewing a list of objects in the NetBox UI, a "filters" tab is present and lists all of the available filters for the relevant model. However, these filters utilize only the default behavior of each filter, and don't allow for modifications to the filter expressions defined here.
This FR proposes to extend the filter forms to include a dropdown widget for each appropriate field, allowing the user to select the desired logic. For example, when filtering by an integer value, the default behavior will be "equals," but options for "less than" (lt) and "greater than" (gt) will also be available.
Use case
Although these filter expressions are technically available and working in the current release, this addition to the user interface would make them much more convenient to use.
Database changes
No response
External dependencies
No response