Closed (won't fix)
Project:
Views Filter Block
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2007 at 20:58 UTC
Updated:
19 Oct 2007 at 14:42 UTC
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
Comment #1
douggreen commentedGlenn, 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.
Comment #2
gmclelland commentedPerhaps this module
http://drupal.org/project/dynamic_views
would add the ajax to the views filters.