I have been looking for some of the latest Grails books and many open source projects for samples and best practices for adding search / filtering features to scaffolded list.gsp: s, for example, so that it works with pagination and sorting, etc. This might be a simple task, but as a newbie to Grails, it would be helpful to extract some thorough samples.
The closest I found is the FilterPane plugin, but this is a very general solution, so the code can be unnecessarily complicated to modify a more custom search / filter. Does anyone have or has anyone seen a good sample code for this? I think this is a very common requirement, so it should be there ...
source share