diff --git a/docs/elasticms-cli/parameters.md b/docs/elasticms-cli/parameters.md index 90b764103..8cbea5840 100644 --- a/docs/elasticms-cli/parameters.md +++ b/docs/elasticms-cli/parameters.md @@ -122,6 +122,10 @@ Define (JSON format) a list of content type names to exclude from admin backup/r Specify replacement strings, per locale to symbols. E.g. if you want to replace the symbol `@` by the string `at` in your slug in English and French : `{"en":{"@":"at"},"fr":{"@":"at"}}`. Default value `~` ([rely on the default Symfony configuration](https://github.com/symfony/string/blob/f5832521b998b0bec40bee688ad5de98d4cf111b/Slugger/AsciiSlugger.php#L59C42-L61C6)) +### EMS_ELASTICSEARCH_PROXY_API + +Bollean variable, if specified to `true` all elasticsearch query will be delegated to the admin api. And then you'll need to login on an admin first via the `ems:admin:login` command. By default, this variable is set to `false`. + ## CLI variables ### EMSCLI_TIKA_PATH diff --git a/docs/elasticms-web/parameters.md b/docs/elasticms-web/parameters.md index e941ab3fb..2ee19158a 100644 --- a/docs/elasticms-web/parameters.md +++ b/docs/elasticms-web/parameters.md @@ -266,6 +266,10 @@ Important the route `/metrics` is not filtered. Define (JSON format) a list of content type names to exclude from admin backup/restore commands. Example: `["route","template","template_ems","label"]`. Default value `[]` +### EMS_ELASTICSEARCH_PROXY_API + +Bollean variable, if specified to `true` all elasticsearch query will be delegated to the admin api. And then you'll need to login on an admin first via the `ems:admin:login` command. By default, this variable is set to `false`. + ## Elasticms Form Bundle variables ### EMSF_HASHCASH_DIFFICULTY