but it stops auto-completing after I type the first "," in the field.
For example, I type "d" and let it complete to "dog", and then I type
"," and another "d". It doesn't suggest anything for the second
token.
I see, from the server output, that it's sending the following
... WHERE (LOWER(content) LIKE '%dog,d%') ...
to mysql. So, it's not trying to isolate the material after the ",".
Am I missing something here? For example, do I have to tell my
controller something in addition to
No, it has no effect except on the aesthetics. I found it looked
nicer with the new setting.
The key change I made was to add another field, the one with :size in
it. I could have just put {} for that field, and I would still have
had working tokenization.