On Jun 22, 1:59 am, Simon Botting <[email protected]> wrote: > Is there a standard way of doing this, for example if the user types in: > Jose > or > José > > Then all suggestions with "José" would appear regardless of whether > the an "e" or an "é" was used on the last letter. > > The MultiWordSuggestOracle would seem perfect for adapting to this > were it not for the fact that its internals are all private / friendly > > Any err... suggestions, or should I do a clean implementation for this > requirement.
I find it strange that it's not an easily extendable class myself, but yes, you'll need to implement an oracle yourself. You can just copy the MultiWordSuggestOracle code and adapt it I guess (guessing, not read the copyright notice actually) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
