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

Closes #14596: Match against description field when searching for devices

This commit is contained in:
Jeremy Stretch
2023-12-27 13:49:39 -05:00
parent cc0fc03ec3
commit 8a237561ef
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
* [#11039](https://github.com/netbox-community/netbox/issues/11039) - List parent prefixes under IP range view
* [#14507](https://github.com/netbox-community/netbox/issues/14507) - Print new NetBox version when running upgrade script
* [#14538](https://github.com/netbox-community/netbox/issues/14538) - Add the `available_at_site` filter for VLANs
* [#14596](https://github.com/netbox-community/netbox/issues/14596) - Match against description field when searching for devices
### Bug Fixes