AEM Fulltext Search Modification | Community
Skip to main content
Level 2
July 5, 2020
Question

AEM Fulltext Search Modification

  • July 5, 2020
  • 1 reply
  • 1127 views

Hi All,

 

Just wondering how to tweak the existing search component to fit the scenario of a search results page.

Is there any way to fetch the entire property value , if the fulltext is found within the particular node ? 

 

Assumption : Property name containing the text may not be same throughout as different custom components are used.

 

Using a getProperties on the valueMap appears to be giving all the properties on the matched node.

How can we fetch only the entire value of the property containing the search term.

 

 

 

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

1 reply

Asutosh_Jena_
Community Advisor
Community Advisor
July 6, 2020

@binoyp do you mean by search excerpt? Can you please explain a bit more on this? I am not clear about the ask here.

binoypAuthor
Level 2
July 6, 2020
Yes, i wanna display the search excerpt as well . How can i go about it ?