N. Peeters
Results
2
issues of
N. Peeters
Hi, Quick question regarding this awesome plugin. I'm using the following approach: ``` new WebXlsxExporter().with { setResponseHeaders(response) fillHeader(headers) fillRow(["aaa", "bbb", 13, new Date()], 1) save(response.outputStream) } ``` ... but the...
question
Apart from manually filtering the results, would you have any recommended approach to implement faceted search, which is a feature of Hibernate Search (http://docs.jboss.org/hibernate/stable/search/reference/en-US/html_single/#query-faceting). Thanks for your time!