diff options
author | Arun Isaac | 2023-03-28 17:12:00 +0100 |
---|---|---|
committer | Arun Isaac | 2023-03-28 17:12:00 +0100 |
commit | 6e8c6af7d247dba10f3796bad107685d1b30dc50 (patch) | |
tree | b250e7467d3883f67898bfe10885cff8c70d5fa4 /issues/search-queries-with-quoted-author-names-dont-work.gmi | |
parent | c9d51fc4ca3371848eea2ea56054f90169b098af (diff) | |
download | gn-gemtext-6e8c6af7d247dba10f3796bad107685d1b30dc50.tar.gz |
Search queries with quoted author names don't work.
Diffstat (limited to 'issues/search-queries-with-quoted-author-names-dont-work.gmi')
-rw-r--r-- | issues/search-queries-with-quoted-author-names-dont-work.gmi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/issues/search-queries-with-quoted-author-names-dont-work.gmi b/issues/search-queries-with-quoted-author-names-dont-work.gmi new file mode 100644 index 0000000..d324476 --- /dev/null +++ b/issues/search-queries-with-quoted-author-names-dont-work.gmi @@ -0,0 +1,11 @@ +# Search queries with quoted author names don't work + +* assigned: arun + +Search queries with quoted author names don't work as expected. For example, the query +=> https://cd.genenetwork.org/gsearch?type=phenotype&terms=author%3A%22Hager+R%22 +produces no results, while +=> https://cd.genenetwork.org/gsearch?type=phenotype&terms=author%3Ahager +produces results. + +This could be because the author: prefix is treated as a boolean prefix. |