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:
@@ -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.
|
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
|
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
|
Testing cases
|
||||||
|
|
||||||
Update front / back
|
Update front / back
|
||||||
|
|||||||
Reference in New Issue
Block a user