request: more search options in controller.search()

Hello, it would be really useful if we could do find in finds and extending finds via a method. As far as I understand the current controller.search() replaces the found set and there is no other option to it.

added to planning :)

To the controller.search function the optional arguments clearLastResults,reduceSearch are added ie. controller.search([clearLastResults,reduceSearch])
Example controller.search(false,false) will extend the current foundset
Availeble in release 1.2rc4.

Awesome.

perfect. thanks.