Search on AEM search console
I have 3 questions for search within AEM search console.
1. I am using property predicate to search title alone based on a property(Dita title). This property predicate uses full text . By default this fulltext xpath will be generated as jcr:contains(., fulltextvalue). So i need my property to be placed instead of . eg: jcr:contains(@property, fulltextvalue) How exactly we need to do this?
2. When i search based on title or tag, say am getting 100s of results. So i like to add a checkbox like (0-10, 10-20,...50-60,..90-100)for showing less number of results in a single page.(no need of pagination).
3. Is there a way to add filter within tagging manager console for filtering out tags by searching?
Thanks