Hi Janos,
>
> Hello Christian,
>
> On 2013-08-24 21:15, Christian Vielhauer wrote:
>> ah okay, that looks definitely for a reason.
>> I think it's good to know that the min_prefix_len should be 6 signs.
>
> you may decrease this number, but you should know that the lower is the
> value, the more tokens the indexer creates yielding to a larger sphinx
> database and more performance demands from sphinx.
>
thats why i let it as it is. at 6 ;-)
>> for further releases:
>> if an asterisk was entered in search filed u can add a hint to red
>> bar showing "no results" like "no results - for asterisk search
>> use minimum 6 letters"
>> so all users, and not only admin or devs knows how it works ;-)
>
> you are right, I'll add it to the documentation.
i don't mean the doc, i mean the webui can inform a user about this behavior.
or a little user doc inside webui would be nice
or write it as note under "advanced search" menu would be the easiest
i have added that information for my users now to
"view/theme/default/templates/search/popup.tpl"
<div class="control-group">
....
</div>
<p align="center"><?php print $text_wordlength; ?></p>
<div class="form-actions">
....
</div>
>
>
>> Cheers Janos!! I drink a beer of the fastest responding dev i know :D
>
> :-)
>
> Janos
>
>
>