enhancedPageSearch
Find AEM pages efficiently using intelligent search with fallback strategies and cross-section capabilities. Specify search terms and base paths to locate content across alternate locales.
Instructions
Intelligent page search with comprehensive fallback strategies and cross-section search
Input Schema
Name | Required | Description | Default |
---|---|---|---|
basePath | Yes | ||
includeAlternateLocales | No | ||
searchTerm | Yes |
Input Schema (JSON Schema)
{
"properties": {
"basePath": {
"type": "string"
},
"includeAlternateLocales": {
"type": "boolean"
},
"searchTerm": {
"type": "string"
}
},
"required": [
"searchTerm",
"basePath"
],
"type": "object"
}