Skip to content

Commit

Permalink
docs: Fix minor fuzzy search things (#10423)
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace authored Apr 21, 2021
1 parent 6ab7f49 commit 0d058e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions website/content/api-docs/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/configuration/search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0d058e5

Please sign in to comment.