aboutsummaryrefslogtreecommitdiffstats
path: root/proposals/20190911_search_query_parsing.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-01-03 16:05:07 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-01-03 16:05:07 -0800
commit3a57c35ddcf794d7211d1649e74a9917bd1c9495 (patch)
tree48f0c420d2048eeeec4add0b4523cb6a0a14dcfe /proposals/20190911_search_query_parsing.md
parentd5e2af24cb6563eca91407425cea9b808a7d691c (diff)
downloadfatcat-3a57c35ddcf794d7211d1649e74a9917bd1c9495.tar.gz
fatcat-3a57c35ddcf794d7211d1649e74a9917bd1c9495.zip
proposals: standardize a bit
Diffstat (limited to 'proposals/20190911_search_query_parsing.md')
-rw-r--r--proposals/20190911_search_query_parsing.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/proposals/20190911_search_query_parsing.md b/proposals/20190911_search_query_parsing.md
index 1e656fef..f1fb0128 100644
--- a/proposals/20190911_search_query_parsing.md
+++ b/proposals/20190911_search_query_parsing.md
@@ -1,5 +1,7 @@
-status: work-in-progress
+Status: brainstorm
+
+## Search Query Parsing
The default "release" search on fatcat.wiki currently uses the elasticsearch
built-in `query_string` parser, which is explicitly not recommended for
@@ -20,3 +22,7 @@ A couple search issues this would help with:
In the near future, we may also create a fulltext search index, which will have
it's own issues.
+
+## Tech Changes
+
+If we haven't already, should also switch to using elasticsearch client library.