Index: grails-app/controllers/com/lemans/ds/search/GenericSearchCommand.groovy =================================================================== diff -u -r36fd888807d0273ed3582970f0d2d7541f62a009 -rcf091448b95dbe5bb04d70d565ea0a39cd33d463 --- grails-app/controllers/com/lemans/ds/search/GenericSearchCommand.groovy (.../GenericSearchCommand.groovy) (revision 36fd888807d0273ed3582970f0d2d7541f62a009) +++ grails-app/controllers/com/lemans/ds/search/GenericSearchCommand.groovy (.../GenericSearchCommand.groovy) (revision cf091448b95dbe5bb04d70d565ea0a39cd33d463) @@ -37,6 +37,8 @@ String flagId String goliveStartDate String goliveEndDate + Integer partQcChangeGroupOnlyFlag + Integer productQcChangeGroupOnlyFlag Boolean hiddenFlag String hiddenStartDate String hiddenEndDate @@ -90,6 +92,8 @@ flagId nullable: true goliveStartDate nullable: true goliveEndDate nullable: true + partQcChangeGroupOnlyFlag nullable:true + productQcChangeGroupOnlyFlag nullable:true hiddenFlag nullable: true hiddenStartDate nullable: true hiddenEndDate nullable: true