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

Nhận trợ giúp nhanh chóng và dễ dàng hơn

Bạn là người dùng mới?

Adobe MAX 2024

Adobe MAX
Hội thảo sáng tạo

14–16/10 Bãi biển Miami và trực tuyến

Adobe MAX

Hội thảo sáng tạo

14–16/10 Bãi biển Miami và trực tuyến

Adobe MAX 2024

Adobe MAX
Hội thảo sáng tạo

14–16/10 Bãi biển Miami và trực tuyến

Adobe MAX

Hội thảo sáng tạo

14–16/10 Bãi biển Miami và trực tuyến