Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Implement free text searching in addition to menu driven #76

Open
dpsnowden opened this issue Aug 9, 2014 · 2 comments
Open

Implement free text searching in addition to menu driven #76

dpsnowden opened this issue Aug 9, 2014 · 2 comments
Milestone

Comments

@dpsnowden
Copy link
Contributor

We need a little more thought on what we're searching for and how. Some options:

  1. Free text searching all indexed fields
  2. faceted search across variables, agencies...
  3. ?
@dpsnowden dpsnowden added this to the Version 3.x milestone Aug 15, 2014
@lukecampbell
Copy link
Member

In order to have this not burden the application backend we should look at changing our data model to have attributes for facets and tags.

This would be a good compliment to #178 I think. PostgreSQL has extensions for Lucene Full Text Searching. And adding faceted search wouldn't be that challenging, I think.

@carmelortiz carmelortiz modified the milestones: Version 4.0, Version 3.x Jan 8, 2015
@lukecampbell
Copy link
Member

We implemented a first pass at text searching but after the migration to PostGIS the text searching will be better, I think.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants