have you checked out the sample in the following location.

http://jectbd.com/?p=45

the example uses an RPC connection, but that can be easily replaced with RF. This has example of how to implement filtering and restrict the number of results from server.

one option for you would be to use a range query on the server. I implemented a dynamic version based on the above sample code. i currently restrict my results to 75 currently and I perform a query only after the user has typed in 3 characters to reduce the number of calls to server, but would soon be changing to a range query. If you are interested can share my work.

thanks
Ashwin

On Wednesday 09 November 2011 05:14:41 AM IST, Mark Wengranowski wrote:
Hi Everyone,

I was wondering if anyone knows of a source code example that uses
requestfactory, a suggestbox and a dynamic suggest oracle?

I already have suggestboxes that i populate with a list of strings
from a RF call but  need a more dynamic approach for a search tool.
The list is way too long to load all of the answers so i need to
create a suggest oracle that makes an RF call after each key is typed.

All i can find is examples for RPC.

Thanks,
-Mark



--
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.

Reply via email to