Skip to content

Commit

Permalink
Fix spelling errors jun 18 2024 (FusionAuth#3125)
Browse files Browse the repository at this point in the history
* fixed typos

* more known words
  • Loading branch information
mooreds authored Jun 18, 2024
1 parent 63d5524 commit 4040a43
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .github/knownwords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3057,3 +3057,25 @@ SATAC's
audiobooks
monetization
boto
ebooks
sunsetting
Nuxt
nuxt
Vue's
typedoc
Vercel
SSR
injectable
observables
Actix
vue
DockerHub
Forgerock
Stytch
premade
actionee
MailDev
unscoped
scopeHandlingPolicy
GIS

2 changes: 1 addition & 1 deletion astro/src/content/docs/get-started/core-concepts/users.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ Leveraging Elasticsearch for the user search engine enables advanced search capa

#### Advanced Search UI

FusionAuth provides an advanced user search interface that reveals how you may construct <InlineField>queryString</InlineField> and <InlineField>query</InlineField> parameters for the [User Search API](/docs/apis/users#search-for-users) and [User Bulk Delete API] with desired results. Navigate to <strong>Users</strong> from the left navigation and click on the <InlineUIElement>Advanced</InlineUIElement> link below the <InlineField>Search</InlineField> input field to begin. The [uielement](/docs/apis/users#bulk-delete-users)#Advanced# portion of this UI is available when the search engine type is configured to `elasticsearch`.
FusionAuth provides an advanced user search interface that reveals how you may construct <InlineField>queryString</InlineField> and <InlineField>query</InlineField> parameters for the [User Search API](/docs/apis/users#search-for-users) and [User Bulk Delete API] with desired results. Navigate to <strong>Users</strong> from the left navigation and click on the <InlineUIElement>Advanced</InlineUIElement> link below the <InlineField>Search</InlineField> input field to begin. The [<InlineUIElement>Advanced</InlineUIElement>](/docs/apis/users#search-for-users) portion of this UI is available when the search engine type is configured to `elasticsearch`.

We provide selectors for common search fields, as well as a free-form search field for constructing complex search queries. By selecting the <InlineField>Show Elasticsearch query</InlineField> toggle, you will see either the Elasticsearch query string or JSON search query that can be used as <InlineField>queryString</InlineField> and <InlineField>query</InlineField> parameters for the [User Search API](/docs/apis/users#search-for-users) and [User Bulk Delete API](/docs/apis/users#bulk-delete-users).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ FusionAuth will start, and you will be able to log in at `http://localhost:9011/
After logging in successfully, you should be able to see the FusionAuth version number `1.47.1` at the bottom of the left sidebar.
</Aside>

Stop Docker in the terminal by pressing Ctrl + C. In the `docker-compose.yml` file, change line 51 to use a new FusionAuth version, `1.48.3`. Run the startup command again.
Stop Docker in the terminal by pressing `control-C`. In the `docker-compose.yml` file, change line 51 to use a new FusionAuth version, `1.48.3`. Run the startup command again.

```bash
docker compose up
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Searching Users With Elasticsearch or Opensearch
title: Searching Users With Elasticsearch or OpenSearch
description: Learn how to search for users using the Elasticsearch search engine.
navcategory: developer
section: lifecycle
Expand All @@ -24,7 +24,7 @@ import UserSearchLimitsWorkarounds from 'src/content/docs/_shared/_user-search-l
You can search users in FusionAuth to see how many there are, what they are doing, and more. This document will walk you through how to use FusionAuth's powerful search capabilities to retrieve such user data.

<Aside type="note">
While this document references Elasticsearch, the same functionality is available if you use a [supported version of Opensearch](/docs/get-started/download-and-install/system-requirements#elasticsearch).
While this document references Elasticsearch, the same functionality is available if you use a [supported version of OpenSearch](/docs/get-started/download-and-install/system-requirements#elasticsearch).
</Aside>

Most of this document applies to searching [Entities](/docs/get-started/core-concepts/entity-management), which also leverage the Elasticsearch engine.
Expand Down

0 comments on commit 4040a43

Please sign in to comment.