Index: trunk/grails-app/controllers/com/lemans/ds/search/GenericSearchCommand.groovy =================================================================== diff -u -r9795 -r9944 --- trunk/grails-app/controllers/com/lemans/ds/search/GenericSearchCommand.groovy (.../GenericSearchCommand.groovy) (revision 9795) +++ trunk/grails-app/controllers/com/lemans/ds/search/GenericSearchCommand.groovy (.../GenericSearchCommand.groovy) (revision 9944) @@ -31,6 +31,7 @@ Integer endYear Boolean isDigiActive String mode + Integer flagId static constraints = { q nullable: true, minSize: 2 @@ -58,6 +59,7 @@ isDigiActive nullable: true mode nullable: true + flagId nullable: true } String setPartNumber(String partNumber) {