diff options
Diffstat (limited to 'issues')
-rw-r--r-- | issues/report-invalid-search-queries-over-api.gmi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/issues/report-invalid-search-queries-over-api.gmi b/issues/report-invalid-search-queries-over-api.gmi new file mode 100644 index 0000000..f61fbfe --- /dev/null +++ b/issues/report-invalid-search-queries-over-api.gmi @@ -0,0 +1,8 @@ +# Report invalid search queries passed to the search API + +* assigned: alex, arun +* tags: enhancement + +genenetwork2 offloads search to the genenetwork3 search API. When there is an error in the genenetwork3 API call, genenetwork2 has no idea what went wrong and cannot produce a good stacktrace. The genenetwork3 API should do a better job of communicating errors. + +In particular, for the search API, we should start with correctly reporting invalid search queries so that genenetwork2 can present it appropriately in its web UI. |