1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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 52cf9086a5
commit db61e57893
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