[TYPO3-Solr] Customize auto complete

Olivier Dobberkau olivier.dobberkau at dkd.de
Sat Jul 9 10:56:47 CEST 2011


Am 08.07.11 08:25, schrieb Claus Fassing:
> Hello,
>
> I have the next feature request related to solr in the queue.
> A customer ask if it possible to customize the auto complete to get it
> something like the apple store search:)
> http://store.apple.com
> Basically the "Products" and "Categories" part.
> I guess this depend on the content organisation in combination of solr
> configuration, isn't it ?
>
> And I don't know if the TER or the Early Access Version is needed for this.
>
> Greetz, Claus

Hi Claus,

Suggestions are kind of tricky because it depends on the nature of your 
documents and if you have access restrictions to them.

have a look at this:

http://wiki.apache.org/solr/Suggester

you might try the dictionary approach where you would extract the 
suggested terms from your database field containing the stuff you want 
suggest.

have a look at the public version in the svn on forge as it contains the 
new index queue. you will be able to index tca tables to the solr index.

Best regards,

Olivier


More information about the TYPO3-project-solr mailing list