Re: SuggestBox question - is it possible to react on sub sequences of the words?
Thanks for your reponses. So now I know that it is addtionally effort to do it, so I can talk to my project manager :-) I just wanted to be sure, that there is not a easy/fast way to do it. On 4 Jul., 10:30, Sebastian Rothbucher wrote: > Hi, I guess you have to provide an own SuggestionOracle which searches > a List with a search algorithm that is a s good as possible... - I did > provide an own suggestion oracle for another occation and it works > quite well... > > On Jul 2, 5:21 pm, crojay78 wrote: > > > > > Hi, > > > I am using the suggest box in my app. Now I'm searching for the > > possibility to change the filter. Is it possible to change the > > behaviour so that not only words which start with the input will be > > suggested also words where the input occurs anywhere in the name. > > > If I have a list like this > > > Jim > > Tim > > Mike > > Frank > > > Now it just reacts if you hit the first character. But I want that if > > you type in "im" you would have Jim and Tim as suggestions > > > Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Re: SuggestBox question - is it possible to react on sub sequences of the words?
Hi, I guess you have to provide an own SuggestionOracle which searches a List with a search algorithm that is a s good as possible... - I did provide an own suggestion oracle for another occation and it works quite well... On Jul 2, 5:21 pm, crojay78 wrote: > Hi, > > I am using the suggest box in my app. Now I'm searching for the > possibility to change the filter. Is it possible to change the > behaviour so that not only words which start with the input will be > suggested also words where the input occurs anywhere in the name. > > If I have a list like this > > Jim > Tim > Mike > Frank > > Now it just reacts if you hit the first character. But I want that if > you type in "im" you would have Jim and Tim as suggestions > > Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Re: SuggestBox question - is it possible to react on sub sequences of the words?
Sure. Just write your own SuggestOracle implementation. On Fri, Jul 2, 2010 at 11:21 AM, crojay78 wrote: > Hi, > > I am using the suggest box in my app. Now I'm searching for the > possibility to change the filter. Is it possible to change the > behaviour so that not only words which start with the input will be > suggested also words where the input occurs anywhere in the name. > > If I have a list like this > > Jim > Tim > Mike > Frank > > Now it just reacts if you hit the first character. But I want that if > you type in "im" you would have Jim and Tim as suggestions > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to google-web-tool...@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
SuggestBox question - is it possible to react on sub sequences of the words?
Hi, I am using the suggest box in my app. Now I'm searching for the possibility to change the filter. Is it possible to change the behaviour so that not only words which start with the input will be suggested also words where the input occurs anywhere in the name. If I have a list like this Jim Tim Mike Frank Now it just reacts if you hit the first character. But I want that if you type in "im" you would have Jim and Tim as suggestions Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.