Allow for more complex label queries in searches
and email notifications. This is done by parsing the label query separately and applying the filter in a separate step.
Showing
- gracedb/alert.py 13 additions, 0 deletionsgracedb/alert.py
- gracedb/forms.py 5 additions, 2 deletionsgracedb/forms.py
- gracedb/query.py 204 additions, 23 deletionsgracedb/query.py
- gracedb/test/test_label_search.py 99 additions, 0 deletionsgracedb/test/test_label_search.py
- templates/gracedb/query_help_frag.html 13 additions, 13 deletionstemplates/gracedb/query_help_frag.html
- templates/profile/createNotification.html 12 additions, 0 deletionstemplates/profile/createNotification.html
- userprofile/forms.py 15 additions, 2 deletionsuserprofile/forms.py
- userprofile/migrations/0003_trigger_label_query.py 19 additions, 0 deletionsuserprofile/migrations/0003_trigger_label_query.py
- userprofile/models.py 9 additions, 2 deletionsuserprofile/models.py
- userprofile/views.py 28 additions, 0 deletionsuserprofile/views.py
gracedb/test/test_label_search.py
0 → 100644
Please register or sign in to comment