-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtopic: pluginsRelates to the plugins frameworkRelates to the plugins frameworktype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Milestone
Description
NetBox version
v3.1.6
Feature type
New functionality
Proposed functionality
We would like to introduce a possibility to search within added models of plugins. We would probably add a search.py within the plugin root repository that exposes a similar formed structure as in
netbox/netbox/netbox/search.py
Line 241 in 6c686af
| SEARCH_TYPE_HIERARCHY = { |
SEARCH_TYPES on plugin load to to enable a search in plugins.
We would be happy to provide a PR.
Use case
We do some heavy lifting within Netbox plugins that is going to be extended after the next v3.2 release. Therefore, we need to search in our custom models to ensure a good usability.
Database changes
None
External dependencies
None
al3xand3rr, maximumG, emersonfelipesp, zarya, ryanmerolle and 3 more
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtopic: pluginsRelates to the plugins frameworkRelates to the plugins frameworktype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application