We are going to provide an advanced search option on a system that will let users find events that matches a name (textual search), have on or more tags assigned to it and that will start before or after a given date. Should I consider using hibernate search or something similar? Or should I just generate some jpql queries to get that search feature working.
Share
use hibernate search, that is what it is there for and you will get better performance
trying to construct the queries on the terms you mentioned
just to complex