mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-08 19:06:25 +00:00
Merge branch 'moamoak/91_search_broken' into 'master'
Fix #91: Search broken Closes #91 See merge request federez/re2o!117
This commit is contained in:
commit
dad5887e5e
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ def search_single_word(word, filters, user,
|
||||||
) | Q(
|
) | Q(
|
||||||
interface__ipv4__ipv4__icontains=word
|
interface__ipv4__ipv4__icontains=word
|
||||||
) | Q(
|
) | Q(
|
||||||
location__icontains=word
|
switchbay__building__name__icontains=word
|
||||||
) | Q(
|
) | Q(
|
||||||
stack__name__icontains=word
|
stack__name__icontains=word
|
||||||
) | Q(
|
) | Q(
|
||||||
|
|
Loading…
Reference in a new issue