标签: groovy grails-plugin searchable-plugin
我正在使用Grails的可搜索插件,我想知道如何按日期搜索?
我的groovy类有一个像这样的日期字段
class Foo { Date myDate String value static searchable = true }
我可以在值字段中搜索但不能在日期字段中搜索。