From 3a57c35ddcf794d7211d1649e74a9917bd1c9495 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 3 Jan 2020 16:05:07 -0800 Subject: proposals: standardize a bit --- proposals/20190911_search_query_parsing.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'proposals/20190911_search_query_parsing.md') 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. -- cgit v1.2.3