-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
netboxstatus: needs ownerThis issue is tentatively accepted pending a volunteer committed to its implementationThis issue is tentatively accepted pending a volunteer committed to its implementationtype: documentationA change or addition to the documentationA change or addition to the documentation
Description
Change Type
Correction
Area
Plugins
Proposed Changes
The plugin documentation currently shows registering search indexes with an indexes = [...] list in search.py, while the general search documentation uses @register_search on the SearchIndex class.
Since @register_search is the preferred approach going forward, the plugin documentation should be updated to reflect that. This would keep the examples consistent and make the recommended pattern clearer for plugin authors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
netboxstatus: needs ownerThis issue is tentatively accepted pending a volunteer committed to its implementationThis issue is tentatively accepted pending a volunteer committed to its implementationtype: documentationA change or addition to the documentationA change or addition to the documentation