scourger / wehaveweneed

CrisisCamp DC project to map people with needs with those that have things to offer
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Search is not yet built #6

Closed pengale closed 14 years ago

pengale commented 14 years ago

Need to put together a basic search app. (Django can take advantage of a SQL fulltext index.)

mikejs commented 14 years ago

I'm not at one of the CrisisCamps but I can tackle this remotely (as long as I'm not stepping on the toes of anyone working on this in person) - would like to use Haystack along with Solr to get something a little nicer than SQL fulltext.

mikejs commented 14 years ago

Ok, I have some basic search going at http://github.com/mikejs/wehaveweneed

There are some more things I plan to do to make it more useful, and I could use help from a designer to help make it look right.

To test make sure you install the new entries in requirements.txt and update your local_settings.py (see my changes to local_settings.example.py)

pengale commented 14 years ago

Very cool. I fetched your changes, merged, and pushed to the main repository. Thank you :-)