내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

No search result found

Avatar

Level 2

Hi, I'm trying to display a message " Search result not found" when the search item doesn't exist. how should I approach this? I was trying to modify the search core component javascript, because it is the resourceSuperType for the custom search component I have. Any idea on how to approach/fix this issue?

Thsnks

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

The core component has hard coded message

https://github.com/adobe/aem-core-wcm-components/blob/799d8636335370b9340cfa65a2ffbdd23b75dac1/conte...

 

You can try overriding the clientlibs if that helps.

Arun Patidar

AEM LinksLinkedIn

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Community Advisor

The core component has hard coded message

https://github.com/adobe/aem-core-wcm-components/blob/799d8636335370b9340cfa65a2ffbdd23b75dac1/conte...

 

You can try overriding the clientlibs if that helps.

Arun Patidar

AEM LinksLinkedIn

Avatar

Community Advisor

@rami4 Looks like it is hardcoded- 

ManuMathew1994_0-1677062293113.png