Ok, ignore my stupidity...  My issue was caused because one of the
fields I was returning had a single quote buried in it and I wasn't
escaping it.  Sorry I wasted your time and thanks for the suggestion.

On Jan 16, 1:02 pm, brian <bally.z...@gmail.com> wrote:
> Are you using MySQL? You can change the default minimum word length.
> See this page:
>
> http://dev.mysql.com/doc/refman/5.1/en/fulltext-fine-tuning.html
>
> Also, the stop-word list can be adjusted:
>
> http://dev.mysql.com/tech-resources/articles/full-text-revealed.html
>
> On Thu, Jan 15, 2009 at 11:25 PM, JP <pheas...@sunlabmedia.com> wrote:
>
> > Has anyone else run in to an issue withautocompletenot returning
> > matches of less than five characters?  I have it searching for matches
> > starting at 2 characters, but for some reason it sits at the 'Loading'
> > message if the only match is only 4 characters long?  (For example,
> > I'm typing in 'Ko' and it won't find the name 'Koch' in the list.)
> > I've replicated this with a few possible matches that are 4 characters
> > long, consistently fails.  However, if I increase that name to 5
> > characters it works fine.
>
> > Any suggestions?
>
> > Thanks,
> > Joel

Reply via email to