Try the following syntax:path=/content/mobile-appspath.self=falsetype=cq:PageContent1_group.1_property=jcr:title1_group.1_property.value=english asset1_group.2_property=root/videocomponentapi/text1_group.2_property.value=%english asset%1_group.1_property.operation=equal1_group.2_property.operation=l...
OOTB "Resource Search Path Errors" is not configurable. You can develop a custom Health check task to fit into tour business requirements: Operations Dashboard
You need to add two locations into a filter.xml: <filter root="/conf/global/settings/workflow/models/mymodel"/> <filter root="/var/workflow/models/mymodel"/>
There is no known limitation on the number of node's properties. For most of the use cases, you need to proactively index those properties that are used for a search.
To add to Jaideep post: it will publish the latest version. If there is a business case to revert the changes before publishing, you can employ a Timeline feature to get back to the previous version:Working with Page Versions
You can possibly employ two different approaches:- you can develop a custom scheduler to delete a page and use OSGi configuration to define a path and deletion time. You can find a bunch of example for the same. Here is a good one that is following OSGi R6 Annotations: https://medium.com/adobetech/a...