Re: Autocomplete with Filter Query

2010-09-11 Thread Ingo Renner
Am 10.09.2010 um 17:14 schrieb David Yang: Hi David, > Is there any way to provide autocomplete while filtering results? yes, you can use facets to achieve that. best Ingo -- Ingo Renner TYPO3 Core Developer, Release Manager TYPO3 4.2, Admin Google Summer of Code TYPO3 - Open Source Enterp

Re: Autocomplete with Filter Query

2010-09-10 Thread Peter Karich
no exact ngram match, but some > relevant ngrams? E.g. user types "dog wam" and it finds no ngrams with > "dog wam" but there are ngrams for "dog wal" (for dog walking) - this is > probably not too relevant though since mostly prefix suggestion should &g

RE: Autocomplete with Filter Query

2010-09-10 Thread David Yang
eperated word as they type it, this won't do THAT either. Trying to get all those things to work becomes even more complicated -- especially with the requirement that you want to be able to apply the 'fq's from your current search context to the auto-complete. I haven't entirely

RE: Autocomplete with Filter Query

2010-09-10 Thread Jonathan Rochkind
-space-seperated word as they type it, this won't do THAT either. Trying to get all those things to work becomes even more complicated -- especially with the requirement that you want to be able to apply the 'fq's from your current search context to the auto-complete. I haven't

Autocomplete with Filter Query

2010-09-10 Thread David Yang
Hi, Is there any way to provide autocomplete while filtering results? Suppose I had a bunch of people and each person has multiple occupations. When I select 'Assistant' in a filter box, it would be nice if autocomplete only provides assistant names, instead of all names. The other issue is tha