themarshallproject / hall-of-justice

Working with criminal justice data.
http://hallofjustice.sunlightfoundation.com/
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Preprocess tags to add synonyms to search index #25

Closed dcloud closed 9 years ago

dcloud commented 9 years ago

Per #24, in order to support search improvements we want, like phrases and boolean queries, we need to scrap the synonym map and instead provide tag synonyms to the search index.

dcloud commented 9 years ago

Or do I keep the synonym map for common searches and redirect searches that use a search syntax. Haystack had implemented a handler for field-specific searches, why couldn't I do something similar?

dcloud commented 9 years ago

This was a dead-end. :no_good: