adding constraint on boolean field grails searchable plugin

48 Views Asked by At

I want to add constraint e.g "isEnabled" on domain property in Grails searchable plugin.I am using Grails 2.4.4 and searchable plugin 0.6.9.currently I have added string fields in searchable constraint but not able to add constraint on the Boolean field.

Any help will be highly appreciated.

0

There are 0 best solutions below