I use Views Filter Block to provide a custom search box to limit the search results to just one of my cck content types. Is there any way to add an AJAX live search functionality to this block? Can any live search type modules interact with this one?

Here is what I'm doing.
http://www.lullabot.com/articles/custom_search_forms_views_and_fastsearch

http://www.lullabot.com/articles/custom_search_forms_views_and_fastsearc...

You will have to read that post and my comment.

Thanks for your help.
-Glenn

Comments

douggreen’s picture

Status: Active » Closed (won't fix)

Glenn, I wrote both those modules (VFS and VFB) and commented on that article once, so I have read it. VFB does not support AJAX that I know of -- unless views itself supports AJAX in it's filters.

gmclelland’s picture

Perhaps this module

http://drupal.org/project/dynamic_views

would add the ajax to the views filters.