Excerpt/hit.getExcerpt() is giving {relevant_links} as value when using QueryBuilderAPI | Community
Skip to main content
kamalakannank62
Level 3
April 2, 2019
Solved

Excerpt/hit.getExcerpt() is giving {relevant_links} as value when using QueryBuilderAPI

  • April 2, 2019
  • 12 replies
  • 11078 views

I am Using Query builder API for fulltext search, When using hits.getExcerpt() i am getting value as {relevant_links} for few pages. But when checking the same under http://localhost:4502/libs/cq/search/content/querydebug.html  i was able to see proper excerpt for the pages. I have set setExcerpt to true while constructing the query before executing is there something am missing?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by chandu_t

Strange issue, double check your content most likely some content issue.

12 replies

chandu_t
chandu_tAccepted solution
Level 3
April 3, 2019

Strange issue, double check your content most likely some content issue.

kamalakannank62
Level 3
April 3, 2019

yeah its an content issue, got it.

Thank you bsloki​ , chandu t