Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit eb497a7

Browse files
authored
Updated signed search key instructions
1 parent 1a80c93 commit eb497a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Creating a search key that will only search over the body field.
402402

403403
```python
404404
>>> api_key = 'search-xxxxxxxxxxxxxxxxxxxxxxxx'
405-
>>> api_key_name = 'search-key' # This name must match the name of the search key above from your App Search dashboard
405+
>>> api_key_name = 'search-key' # This name must match the name of the key above from your App Search dashboard
406406
>>> signed_search_key = Client.create_signed_search_key(api_key, api_key_name, {'search_fields': { 'body': {}}})
407407
>>> client = Client(
408408
base_endpoint='localhost:3002/api/as/v1',

0 commit comments

Comments
 (0)