Commit 5f258c9e authored by Evan Read's avatar Evan Read

Merge branch 'russell/document-seat-usage-search' into 'master'

Document seat usage search feature

See merge request gitlab-org/gitlab!51044
parents 88e6c92c 1e8c38fc
......@@ -131,6 +131,22 @@ The Seat usage listing is updated live, but the usage statistics on the billing
only once per day. For this reason there can be a minor difference between the seat usage listing
and the billing page.
### Search seat usage
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/262875) in GitLab 13.8.
To search users in the **Seat usage** page, enter a string in the search field. A minimum of 3
characters are required.
The search returns those users whose first name, last name, or username contain the search string.
For example:
| First name | Search string | Match ? |
|:-----------|:--------------|:--------|
| Amir | `ami` | Yes |
| Amir | `amr` | No |
## Renew your GitLab.com subscription
To renew your subscription:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment