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

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

Mark Solution

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

해결됨

Creating Custom Operators in segmentation components

Avatar

Level 2

I have a need to target by using the operator does not contain. However, this isnt built into aem by default. Is this option available to use and if not how do i create my own custom operators? Thank you very much.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

You can see the js implementation for each of these oprerators here 

/libs/cq/contexthub/code/kernel/segment-engine/comparison-operators

Hope that gives you an idea..

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Level 10

Like other AEM components - you can overlay a segmentation component. However - i am not aware of any examples that show you how to perform this use case.

Avatar

Level 2

Do you know where the out of the box ones are located so i can look at them and try to extend them?

Avatar

정확한 답변 작성자:
Level 10

You can see the js implementation for each of these oprerators here 

/libs/cq/contexthub/code/kernel/segment-engine/comparison-operators

Hope that gives you an idea..