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 15240de commit de20033
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flaskinventory/endpoints/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ def quicksearch():
field3 as c(func: anyofterms(title, $name))
field4 as d(func: eq(doi, $name))
field5 as e(func: eq(arxiv, $name))
field6 as f(func: uid($name))
field7 as g(func: regexp(name, /$name/i))
field8 as h(func: regexp(unique_name, /$name/i))
data(func: uid(field1, field2, field3, field4, field5))
data(func: uid(field1, field2, field3, field4, field5, field6, field7, field8))
@normalize @filter(eq(entry_review_status, "accepted")) {{
uid
unique_name: unique_name
Expand Down

0 comments on commit de20033

Please sign in to comment.