Hi @mahi1729 , Thanks for the reply can you give me any reference impl cause i already have some model.json invoked with few components Could you refer me any method of link checker implementation
how to write a custom link-checker java code and exports the json weather its valid or not just like in HTML with broken link icon-I want this validation/link checker functionality in custom java code format then i can export json and integrate with UI-Exporter inform of JSON format as mentioned in ...
I was trying to get alternative text for image asset from DAM Dynamically, In dialog we have multifield component should be use. by adding a checkbox like core image component
Its not working for multifield component.
Hi @TarunKumar
tried below query not working:
path=/content/summit/l4080type=cq:Pagegroup.p.and=truegroup.1_fulltext=articlesgroup.1_group.p.not=truegroup.1_group.path=/content/summit/l4080/chapter-5group.1_group.path.self=truep.offset=0p.limit=-1
How to exclude child path by using search query builder ?
trying below query : I want to exclude chapter-5 path "/content/summit/l4080/chapter-5"
path=/content/summit/l4080type=cq:Pagegroup.p.and=truegroup.1_fulltext=articlesp.offset=0p.limit=-1
any reference query?
I'm getting only limited of 100 characters (not sure on count ) on excerpts while getting hits.
how to add custom excerpts to get full description or to change to 400 characters atlease.
for (Hit hit : result.getHits()) {SearchResultNode srnode = new SearchResultNode();
String excerpt = hit.getExc...
Hi @poojac_2204,
Thanks for your reply , Its working for type: nt:unstructured
I need query for both type= nt:unstructured and type=cq:Page , In a single query with fulltext
I want to search two components inside the page structure of every page under the rootpath.
By using this predicates its failing to find with "or" its taking "and" condition
path=project rootpathtype=nt:unstructuredgroup.p.or=true1_property=headingText1_property.value=Protec%1_property.operatio...
Working fine on author mode but not in Dispatcher levelI want to allow servlet path in publisher domain sample like:"/bin/customproject/mylink?myId=178462736472364762" In dispatcher configuration on filter.any file added new rule with # Allow my link Path/01 { /type "allow" /url "/bin/mysites/*"} bu...