By tommytom on
What's the best way to create a node filter like on drupal.org when you search for modules* ?
* you can filter your result by compatibility (4.7.x, 5.x, 6.x, 7.x).
What's the best way to create a node filter like on drupal.org when you search for modules* ?
* you can filter your result by compatibility (4.7.x, 5.x, 6.x, 7.x).
Comments
That's done with Apache Solr module
http://drupal.org/project/apachesolr
You can achieve something somewhat similar with http://drupal.org/project/faceted_search.
See http://drupal.org/node/374092 for a discussion.
thanks for the info
thanks for the info