Ensure all that a description filter is available on all models with a description field #14631
Labels
status: accepted
This issue has been accepted for implementation
type: feature
Introduction of new functionality to the application
NetBox version
v3.6.8
Feature type
New functionality
Proposed functionality
For all models which have a
description
field (which is most models in NetBox), ensure that:description
filter is available for matching specifically on this field (e.g./api/dcim/devices/?description=foo
)/api/dcim/devices/?q=foo
)Use case
Several models are currently missing a
description
filter and/or do not reference the field when using the model-specific search filter (q
). (See #14596 for instance.) This change ensures consist function across all relevant models.Database changes
None
External dependencies
None
The text was updated successfully, but these errors were encountered: