1

I am using the searchable plugin for Grails and I am wondering how I can search by date?

My groovy class has a date field like this

class Foo {
    Date myDate
    String value

    static searchable = true
}

and I am able to search for things in the value field but not in the date field.

citizen conn
  • 15,300
  • 3
  • 58
  • 80
redsofa
  • 141
  • 1
  • 5

0 Answers0