We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.1.4
v4.1.11
New functionality
Index the contract_id fields and comments fields of SupportContract model
Allows searching for contracts more easily which is a use case I have to compare data from an external source while ingesting data into Netbox.
Comments are additionally index with a low weight of 5000 based off of Netbox plugin docs for a demo plugin as it may be a useful related field.
SupportContractIndex class with @register_search decorator is added
None
The text was updated successfully, but these errors were encountered:
Closes: #72 - Add search index for SupportContract model (#73)
20b3539
natecohen
Successfully merging a pull request may close this issue.
Plugin version
v1.1.4
NetBox version
v4.1.11
Feature type
New functionality
Proposed functionality
Index the contract_id fields and comments fields of SupportContract model
Use case
Allows searching for contracts more easily which is a use case I have to compare data from an external source while ingesting data into Netbox.
Comments are additionally index with a low weight of 5000 based off of Netbox plugin docs for a demo plugin as it may be a useful related field.
Database changes
SupportContractIndex class with @register_search decorator is added
External dependencies
None
The text was updated successfully, but these errors were encountered: