Needs review
Project:
Apache Solr Autocomplete
Version:
7.x-1.3
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2012 at 21:40 UTC
Updated:
15 Apr 2013 at 10:25 UTC
Jump to comment: Most recent file
Comments
Comment #1
janusman commentedThe autocomplete is only meant to modify the search forms that call Apache Solr. If you modify the core search form, you can be recommending results that are different since core search and Solr might have different things on their index. Does that make sense?
I'm not sure if you want an autocomplete widget that recommends words from what's on the Core Search index, or whether you want to go ahead and recommend words from the Solr index onto the Core Search input widget.
If the former, look at other modules... I'm not familiar with it, but maybe http://drupal.org/project/search_autocomplete can help.
If the latter, you can maybe just write a small module that can alter that form.
Good luck!
Comment #2
janusman commentedOops, wrong status.
Comment #3
luo8 commentedHello janusman,
recommend words have to be taken from Solr index onto the Core Search input widget.
This feature is working in D6. Could you please support us make it functional in D7 as well?
What should be change?
Thanks a lot.
Comment #4
luo8 commentedComment #5
luo8 commentedHello,
is anybody who can help.
I tried to search for this functionality comparison with module for D6,where is working, but with no success.
Pls. which function/script should modified or added?
Thanks a lot.
Comment #6
kevster commentedI was just going through all the issues to try and find a solution to my issue - this sounds very similar to this post - http://drupal.org/node/719382 ?
I am having issues with the D7 version although there are some good patches in the above post.
Thx, Kevin