Content SQL query doesn't return results

Issue

A search query doesn't return any results. You are running your search on handles that the Lucene indexer (full text) indexed.

For example, the following query doesn't return any results:

SELECT * FROM /content/app/myapp WHERE ArticleEntry.Single.PublicationDate like '%2008%'

Solution

Run the query as follows:

SELECT * FROM /content/app/myapp WHERE ArticleEntry.*.PublicationDate like '%2008%'

Additional information

This issue is a limitation of the lucene-based query implementation in CQ. It does not index the name of the container (-> 'Single').

 Adobe

쉽고 빠르게 지원 받기

신규 사용자이신가요?

Adobe MAX 2024

Adobe MAX
크리에이티비티 컨퍼런스

10월 14~16일 마이애미 비치 및 온라인

Adobe MAX

크리에이티비티 컨퍼런스

10월 14~16일 마이애미 비치 및 온라인

Adobe MAX 2024

Adobe MAX
크리에이티비티 컨퍼런스

10월 14~16일 마이애미 비치 및 온라인

Adobe MAX

크리에이티비티 컨퍼런스

10월 14~16일 마이애미 비치 및 온라인