I recently finished the play tutorial..In the CRUD Admin area,there is a search facility ,where you can search for a keyword in title of Posts.Where do I find the code for that particular function?(search).I went thru the CRUD module code ,but could not find it.Can someone help?
I recently finished the play tutorial..In the CRUD Admin area,there is a search facility
Share
The search here?

The relevant part of the code is (in CRUD.java [see
modules/crud/app/controllerin your play install dir.]):