code4sac / wicit

A simple node/express app for finding locations that accept WIC in California, using data from the new California Department of Public Health open data portal.
http://findwic.com/
MIT License
19 stars 20 forks source link

Implementing (approximately) fulltext search #27

Closed donmccurdy closed 9 years ago

donmccurdy commented 9 years ago

Wasn't sure where help would be most useful to you all, but this at least partially addresses https://github.com/code4sac/wicit/issues/13.

If you need more performance there are some lightweight options like Sphinx Realtime indexes, but for the dataset in the repository this seems to work nicely.

jesserosato commented 9 years ago

@donmccurdy Thank you! Really nicely done, very concise. I'll close #13 and open a new issue for client-side UI to support this. Again, thanks for contributing!

jesserosato commented 9 years ago

Issue for client-side UI

jesserosato commented 9 years ago

OST, @donmccurdy I'm gonna keep #13 open as a place for discussion on the feature in general, and we'll spin up new issues as needed for more specific tasks as they arise.

donmccurdy commented 9 years ago

Sure thing, sounds good!