tags:

views:

9

answers:

0

I want to Implement search on a lazyload tree, for just the preloaded data(the elements of the tree that are already browsed). But, when i try to query the QueryReadStore, its sending the query as a request to the server.. I need the query to fetch results from loaded data. Is there any way that this can be implemented ?