Hi there,
it would be great if there was a module that people can search for products based on their colour like here http://search.theknot.com/search/?q=red (Clicking on a colour shows only products of this colour).
I found this module http://drupal.org/project/visual_search but it is not ported to D7.
It would be great if someone wrote such a module.
Thanks!

Comments

rszrama’s picture

Status: Active » Closed (won't fix)

You should be able to build something like that using the Search API, but I doubt there's going to be enough niche demand to have a specific module developed just for a color taxonomy term. In fact, if you look at a Kickstart 2.x installation, it uses the Search API and Facet API to have colors rendered in a sidebar block. Through the theme layer, you could instead render those facets as color swatches similar to the way we do in the search results and Add to Cart form, and you'd have your feature. : )

user654’s picture

.

rszrama’s picture

Right, what I'm saying is that sort of module is too niche to be developed and maintained specifically for that feature, but you can build just that using the Search API and existing tools. That's the way of Drupal, and it'll only be more true on Drupal 8 - the most used modules are those that provide abstract bits of functionality that you use to create concrete features, like a visual search facet. : )

user654’s picture

.

user654’s picture

.