codefordayton / grocer

Find grocery stores, farmers markets, ethnic food stores, and CSA's in the Dayton region
Other
0 stars 3 forks source link

Search functionality needs to be re-worked #12

Open dlangh opened 10 years ago

dlangh commented 10 years ago

Right now the search functionality does not integrate with the category buttons. What I mean by that is if you disable a category, essentially hiding that marker, then search for a hidden marker, search will find it and show you the result, but the marker is not visible.

so, options:

  1. We could remove the search altogether, with 28 items, it's not critical, though I would be inclined to keep it and address the current shortcomings
  2. We could exclude any results that are hidden/inactive based on the category buttons.
  3. We could toggle the visibility for any selected search items.

Finally, the search only searches the name property, do we want to expand that to other fields?