Skip to content
Snippets Groups Projects
Commit 4e744b9c authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Bugfix to superevent searches by submitter

parent f96cb96c
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ parameter_dicts = {
'value': QuotedString('"'),
'parseAction': lambda toks: ("submitter",
Q(submitter__username__icontains=toks[0]) |
Q(submitter_last_name__icontains=toks[0])),
Q(submitter__last_name__icontains=toks[0])),
},
# preferred_event: G123456, preferred_event: G1234 .. G2234
'preferred_event': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment