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

This commit is contained in:
2021-10-11 17:48:03 +00:00
parent 8238a79add
commit a8136f25e8

View File

@@ -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