From 0d058e5110e4e5f9a6092c30651a93c755a78dd1 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Wed, 21 Apr 2021 14:55:17 -0500 Subject: [PATCH] docs: Fix minor fuzzy search things (#10423) --- website/content/api-docs/search.mdx | 8 ++++---- website/content/docs/configuration/search.mdx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/content/api-docs/search.mdx b/website/content/api-docs/search.mdx index fa3b95d3513..58d470c5c02 100644 --- a/website/content/api-docs/search.mdx +++ b/website/content/api-docs/search.mdx @@ -259,23 +259,23 @@ $ curl \ } ``` -##### Scope (jobs) +#### Scope (jobs) - `Scope[0]` : Namespace - `Scope[1]` : Job ID -##### Scope (groups) +#### Scope (groups) - `Scope[0]` : Namespace - `Scope[1]` : Job ID -##### Scope (tasks) +#### Scope (tasks) - `Scope[0]` : Namespace - `Scope[1]` : Job ID - `Scope[2]` : Group -##### Scope (group services) +#### Scope (group services) - `Scope[0]` : Namespace - `Scope[1]` : Group diff --git a/website/content/docs/configuration/search.mdx b/website/content/docs/configuration/search.mdx index edeea5130b4..061054e7bf4 100644 --- a/website/content/docs/configuration/search.mdx +++ b/website/content/docs/configuration/search.mdx @@ -37,7 +37,7 @@ server { - `limit_query` `(int: 20)` - Specifies the maximum number of Nomad objects to search through per context type in the Nomad server before truncating results. - Setting this parameter to high value may degrade Nomad server performance. + Setting this parameter to a high value may degrade Nomad server performance. - `limit_results` `(int: 100)` - Specifies the maximum number of matching results to accumulate per context type in the API response before truncating results.