Closes #11090: Add regular expression support to global search engine

This commit is contained in:
jeremystretch
2022-12-02 12:54:35 -05:00
parent 38f86cfc96
commit 8697fe71e2
3 changed files with 16 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
### Enhancements
* [#815](https://github.com/netbox-community/netbox/issues/815) - Enable specifying terminations when bulk importing circuits
* [#11090](https://github.com/netbox-community/netbox/issues/11090) - Add regular expression support to global search engine
### Bug Fixes