summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2023-03-28 17:12:00 +0100
committerArun Isaac2023-03-28 17:12:00 +0100
commit6e8c6af7d247dba10f3796bad107685d1b30dc50 (patch)
treeb250e7467d3883f67898bfe10885cff8c70d5fa4
parentc9d51fc4ca3371848eea2ea56054f90169b098af (diff)
downloadgn-gemtext-6e8c6af7d247dba10f3796bad107685d1b30dc50.tar.gz
Search queries with quoted author names don't work.
-rw-r--r--issues/search-queries-with-quoted-author-names-dont-work.gmi11
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.