Paul Fernley paul@pfernley.orangehome.co.uk Criteria (record filtering) plugin This plugin allows the user to limit the display of records, typically on a 'list' page, by specifying a property to be tested, the test to perform and, where applicable, the value(s) to test against. Only domain properties with a Hibernate 'basic data type' (including enumerations) can be tested. The tests available are: equal, not equal, is null, is not null, less than, less than or equal to, greater than, greater than or equal to, like, not like, between, not between, in and not in. http://grails.org/Criteria+Plugin CriteriaController CriteriaService CriteriaTagLib