Active
Project:
Keyword Autocomplete
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2009 at 04:18 UTC
Updated:
2 Jun 2011 at 01:11 UTC
This is a great module and I want to use it definitely. However, currently, I am trying to create different sorting options for search results and I could not succeed.
The other option is to you the Views 2 Search Exposed Filter. From what I understand, it uses the same mechanism as core drupal search.
Is it possible easily to add another option to the Settings menu to add keyword autucomplete to Views Search Filter (Exposed Filter) ?
Thanks in advance,
Comments
Comment #1
ccshannon commentedsubscribe. would love autocomplete on Views2 exposed title search, perhaps a widget option for any exposed text filter.
Comment #2
dixonc commentedsubscribe
Comment #3
paganwinter commentedSubscribing...
Comment #4
cesarsalazar commentedSubscribing...
Comment #5
Vichingo commentedIf I searched for the option and came here I sure as h*ll am subscribing:)
Comment #6
vkr11 commentedlol +1 to that. Subscribing
Comment #7
daniel wentsch commentedAnother one subscribing :)
Comment #8
MrVictor commentedSubscribing
Comment #9
nadav commented+1
Comment #10
operations commentedSubscribed too
Comment #11
peterum commentedsubscrbing... :)
Comment #12
rituraj.gupta commentedi m also looking the same. I have created a searching form using views with multiple terms. and want to implement keyword_autocomplete. so how can it possible. my website path is http://www.heuriskein.com/vedic. is there any another module available? or keyword_autocomplete module can be embedded?
Thanx
Comment #13
goldlilys commentedSubscribing.
I'm currently using a custom keyword field which is a computed field of all the words added from multiple fields of a particular content type. Right now, the way I would do an autocomplete is using the jquery autocomplete script which pulls data from an external php file which has all the list of words generated by the keyword field. This works, except it relies on javascript.
If possible, is there a way to do this with php only pulling keywords straight from database and not from an external file?
My current site which uses this autocomplete is http://gallery.goldlilys-media.com/past_manga/visible.php when you click on search field and start typing letters, autocomplete pops up . Converting entire site to drupal so I'm wondering if there's a module for this?
Comment #14
vlooivlerke commentedSubscribe
I have exposed my views search form in a block. Cant wait for a solution
Comment #15
bigpepper commentedsubscribe!
Comment #16
pitxels commentedsubscribe
Comment #17
ziomizar commentedHi,
I have developed a simple module that add autocomplete functionality to all HTML fields that you want,
you can try first version (an idea, must be tested very well) here http://drupal.org/node/933490.
Comment #18
cancerian7 commentedSubscribe :)
Comment #19
dabblela commentedHey all subscribers, this is easily accomplished with a hook_form_alter. You just need to find the search keywords textfield in your exposed form, and then alter it's autocomplete property to use the path provided by this module.
Comment #20
pitxels commented@manatwo would you be so kind of post a sample of the idea?, this would be a great starting point for we non coders while the mentioned module matures....
Comment #21
dabblela commentedYou would place something this in your custom module (haven't checked this but it's something close). In your view, there is a place to specify the exposed filter has a field to specify the filter identifer, by default it's 'keys.'
Comment #22
john_the_noob commentedHere you go everybody:
http://drupal.org/node/972186
Hope that helps :)
Comment #23
CarbonPig commentedIs there a clear solution to this? The thread link runs out of steam in #22...
Thanks,
CarbonPig