-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
Closes #10560: New global search #10676
Conversation
The following instances of netbox/netbox/dcim/models/devices.py Lines 835 to 861 in 9ef24d3
netbox/netbox/dcim/models/devices.py Lines 1047 to 1048 in 9ef24d3
This should probably have been done anyway, as changelogs are not created currently for these objects. It will make those operations significally slower though, not sure if there's a fast way to bulk create and fire off signals in django, I'm guessing you would have to override |
@kkthxbye-code that's a very good observation. We've had a de facto ban on |
f88f70b
to
cb97a8c
Compare
Need to figure out why we have a test failing under Python 3.9+. |
cfd1e47
to
f67b63b
Compare
Closes: #10560
$app/search.py
)reindex
management command to [re]build the cachesearch_weight
field to CustomField modelsearch_options
template tag with inclusion template (inc/searchbar.html
)