docs: Fix minor fuzzy search things (#10423)

This commit is contained in:
Buck Doyle 2021-04-21 14:55:17 -05:00 committed by GitHub
parent 2d6c75a17f
commit 2a72920af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -259,23 +259,23 @@ $ curl \
} }
``` ```
##### Scope (jobs) #### Scope (jobs)
- `Scope[0]` : Namespace - `Scope[0]` : Namespace
- `Scope[1]` : Job ID - `Scope[1]` : Job ID
##### Scope (groups) #### Scope (groups)
- `Scope[0]` : Namespace - `Scope[0]` : Namespace
- `Scope[1]` : Job ID - `Scope[1]` : Job ID
##### Scope (tasks) #### Scope (tasks)
- `Scope[0]` : Namespace - `Scope[0]` : Namespace
- `Scope[1]` : Job ID - `Scope[1]` : Job ID
- `Scope[2]` : Group - `Scope[2]` : Group
##### Scope (group services) #### Scope (group services)
- `Scope[0]` : Namespace - `Scope[0]` : Namespace
- `Scope[1]` : Group - `Scope[1]` : Group

View File

@ -37,7 +37,7 @@ server {
- `limit_query` `(int: 20)` - Specifies the maximum number of Nomad objects to - `limit_query` `(int: 20)` - Specifies the maximum number of Nomad objects to
search through per context type in the Nomad server before truncating results. 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 - `limit_results` `(int: 100)` - Specifies the maximum number of matching results
to accumulate per context type in the API response before truncating results. to accumulate per context type in the API response before truncating results.