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

nedjo’s picture

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.

tommytom’s picture

thanks for the info