From a8136f25e85f35786b1178fde4974954ca91223f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 11 Oct 2021 17:48:03 +0000 Subject: [PATCH] search cleanup, not indexing latitude or longitude, it fills the search index with nonsense numbers and a user would likely rather do a geographical search some day instead --- ayanova/devdocs/todo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 27fe3ebe..998056aa 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -26,6 +26,9 @@ TODO: Each term should narrow down the results to only include those items with *all* the matches in them only regardless of use of wildcards or anything else. prototype it in pgadmin as a single query / view until it works with the combos we need then make it solid and recode that shit + This query illustrates the problem perfectly: *1QT* *44* + which should return exactly one result but returns 12, a bunch of 44's and a few qt's but not AND, rather OR + Testing cases Update front / back