We have been using AEM 6.5.13.
We are trying to identify the s object reference and move it to Adobe Launch.
I want to get the search result for "s." references in crxde.
But if I search s. directly in the crxde home screen. I'm getting results only for search keyword ''s" and the full-stop/dot is trimmed. Can someone help on getting the search results for "s.".
Kindly let me know.
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @samsundar23,
I do not think it is possible to get what you want only via home screen search or via simple JCR query (Xpath, SQL or SQL2). According to the documentation "." is ignored. As a solution I would recommend to create some groovy script that will follow below steps:
We have been using AEM 6.5.13.
And we are trying to identify the s object reference and trying to move it to Adobe Launch.
Hi @samsundar23,
I do not think it is possible to get what you want only via home screen search or via simple JCR query (Xpath, SQL or SQL2). According to the documentation "." is ignored. As a solution I would recommend to create some groovy script that will follow below steps:
Views
Likes
Replies