18F / projects

[WIP] A collection of our projects, past and present
Other
9 stars 3 forks source link

add (MVP) search functionality #26

Closed brendansudol closed 8 years ago

brendansudol commented 8 years ago

it seems like we may have some sort of public-facing search functionality in this app; this is a very basic MVP implementation (using database string searching across a few columns), which is perhaps good enough for now until we need a more complex/robust solution.

toolness commented 8 years ago

Looks great to me, thanks @brendansudol!

(And hopefully by the time we need a more complex solution, Django 1.10 will be out and we can use its full text search for PostgreSQL!)