mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Search in switch.location replaced by switch.switchbay.building.name
This commit is contained in:
parent
33a75494e4
commit
4d9f707c58
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ def search_single_word(word, filters, user,
|
|||
) | Q(
|
||||
interface__ipv4__ipv4__icontains=word
|
||||
) | Q(
|
||||
location__icontains=word
|
||||
switchbay__building__name__icontains=word
|
||||
) | Q(
|
||||
stack__name__icontains=word
|
||||
) | Q(
|
||||
|
|
Loading…
Reference in a new issue