mysql - grails how to set full text index -
i can't find info on quite simple question. i've simple domain class this
class vehiclerequest{ localdatetime starttime localdatetime endtime status status string destination user requser } in service i'd query vehicle requests have similar destination (based on text matching). m using mysql innodb 5.5. if possible dont want add together plugin 1 field. there work-around? noonyuki
mysql grails gorm
No comments:
Post a Comment