Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwunderbar666 committed Jul 22, 2022
1 parent 698b8c2 commit e6294ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flaskinventory/endpoints/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def quicksearch():
query_uid = validate_uid(query) or '0x0'
query_regex = f'/{strip_query(query)}/i'
query_string = f'''
query quicksearch($name: string)
query quicksearch($name: string, $name_regex: string, $name_uid: string)
{{
field1 as a(func: anyofterms(name, $name))
field2 as b(func: anyofterms(other_names, $name))
Expand Down

0 comments on commit e6294ea

Please sign in to comment.