Skip to content

Commit cae0900

Browse files
updating verbiage
1 parent ee2d15c commit cae0900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/search-howto-alias.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A typical workflow for using index aliases would be to:
2525

2626
1. Create your search index
2727
1. Create an alias that maps to your search index
28-
1. Have your application issue querying/indexing requests to the alias rather than the index name
28+
1. Have your application send querying/indexing requests to the alias rather than the index name
2929
1. When you need to make a change to your index that requires a rebuild, create a new search index
3030
1. When your new index is ready to go, update the alias to map to the new index and requests will automatically be routed to the new index
3131

@@ -58,7 +58,7 @@ To create an alias in Visual Studio Code:
5858
---
5959

6060

61-
## Issue requests
61+
## Send requests
6262

6363
Once you've created your alias, you're ready to start using it. Aliases can be used for all [document operations](rest/api/searchservice/document-operations) including querying, indexing, suggestions, and autocomplete.
6464

0 commit comments

Comments
 (0)