mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
✏️ Update descriptions
This commit is contained in:
parent
529dc3f460
commit
3ee39f1ce4
|
@ -252,7 +252,7 @@ export const documentFields = [
|
||||||
{
|
{
|
||||||
displayName: 'Allow No Indices',
|
displayName: 'Allow No Indices',
|
||||||
name: 'allow_no_indices',
|
name: 'allow_no_indices',
|
||||||
description: 'If false, return an error if any wildcard expression, index alias, or <code>_all</code> value targets only missing or closed indices. Defaults to true.',
|
description: 'If false, return an error if any of the following targets only missing/closed indices: wildcard expression, index alias, or <code>_all</code> value. Defaults to true.',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
|
@ -340,7 +340,7 @@ export const documentFields = [
|
||||||
{
|
{
|
||||||
displayName: 'Max Concurrent Shard Requests',
|
displayName: 'Max Concurrent Shard Requests',
|
||||||
name: 'max_concurrent_shard_requests',
|
name: 'max_concurrent_shard_requests',
|
||||||
description: 'Define the number of concurrent shard requests per node this search executes concurrently. Defaults to 5.',
|
description: 'Define the number of shard requests per node this search executes concurrently. Defaults to 5.',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
default: 5,
|
default: 5,
|
||||||
},
|
},
|
||||||
|
|
|
@ -205,7 +205,7 @@ export const indexFields = [
|
||||||
{
|
{
|
||||||
displayName: 'Allow No Indices',
|
displayName: 'Allow No Indices',
|
||||||
name: 'allow_no_indices',
|
name: 'allow_no_indices',
|
||||||
description: 'If false, the request returns an error if any wildcard expression, index alias,<br>or <code>_all</code> value targets only missing or closed indices. Defaults to true.',
|
description: 'If false, return an error if any of the following targets only missing/closed indices: wildcard expression, index alias, or <code>_all</code> value. Defaults to true.',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: true,
|
default: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue