Expand my Community achievements bar.

Query builder search does not return correct results for fulltext search under multiple properties

Avatar

Level 2

I am using AEM 6.0 working with a query to search assets with a keyword which could be present under two properties - jcr:title & dc:description

Query parameters:

  1. p.limit:
    50
  2. 1_group.0_path:
    /content/dam
  3. 2_group.0_type:
    dam:Asset
  4. mainasset:
    true
  5. 200_group.201_fulltext:
    *test*
  6. 100_group.101_fulltext:
    *test*
  7. 100_group.102_fulltext:
    *test*
  8. 100_group.p.or:
    true
  9. 100_group.101_fulltext.relPath:
    jcr:content/metadata/@jcr:title
  10. 100_group.102_fulltext.relPath:
    jcr:content/metadata/@dc:description
  11. 200_group.100_group.p.and:
    true

Query returns correct results for text present under title property but not description. Please suggest if there is a configuration that could be missing for different properties?

1 Reply

Avatar

Administrator

Hi

Moving this post to AEM "Assets" topic so that contextual experts can help you.

~kautuk



Kautuk Sahni