Posted by carn1x on June 1, 2011 at 6:35am
I'm looking for a way to implement live search results in a drop down menu. Visually it would look and act almost identical to apachesolr_autocomplete, however reporting the top 5 search results instead of search suggestions.
I'm hoping that an existing module is out there, although I've scoured as much as I can. I would like to develop the module myself, but the project I'm on simply doesn't have the budget for it :(
Thanks for any advice!
Comments
Apache Solr AJAX
If you're using Drupal 6 then the Apache Solr AJAX module is what you're looking for.
Have you looked at
Have you looked at http://drupal.org/project/finder ?
http://drupal.org/project/inl
http://drupal.org/project/inline_ajax_search is also a cool project, and I believe the maintainer is planning Apache Solr support. Might be a good way to contribute on a limited budget since the framework is already there.