Stores in Dojo have the attribute queryExpr, which is normally set to
"{0}*" (search term + wildcard) IIRC (or it might have been the widget
using the store). I don't have a code example at hand so I hope you
can use that and Firebug to find out where to set the correct value.
nico
Ralf Eggert wrote:
Hi again,
just a short addition. I figured out that the "q" parameter does not
contain what I expect it to. When I enter "Pizza" in the input field
for
the autocompletion, then the "q" parameter contains "Pizza*".
Why is the asterisk added to the query parameter? I know that I could
strip it off, but when and why is it added?
Thanks and best regards,
Ralf