Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grails 3.2.2 Highlighs feature doesn't work #185

Open
bioform opened this issue Dec 23, 2016 · 0 comments
Open

Grails 3.2.2 Highlighs feature doesn't work #185

bioform opened this issue Dec 23, 2016 · 0 comments

Comments

@bioform
Copy link

bioform commented Dec 23, 2016

If I use the following example from the documentation

def results = Tweet.search("${params.query}", [highlight: { field 'message' }])

the results.highlight is ArrayList where each element is empty HashMap.
If I will replace 'message' field name to '_all' - I will get the same result - not empty array list with empty HashMap elements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant