You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -68,12 +68,12 @@ Note:
68
68
69
69
The `[api_key]` authenticates requests to the API.
70
70
You can use any key type with the client, however each has a different scope.
71
-
For more information on keys, check out the [documentation](https://swiftype.com/documentation/app-search/credentials).
71
+
For more information on keys, check out the [documentation](https://swiftype.com/documentation/app-search/api/credentials).
72
72
73
73
#### Swiftype.com App Search users:
74
74
75
75
When using the [SaaS version available on swiftype.com](https://app.swiftype.com/as) of App Search, you can configure the client using your `host_identifier` instead of the `base_endpoint` parameter.
76
-
The `host_identifier` can be found within the [Credentials](https://app.swiftype.com/ascredentials) menu.
76
+
The `host_identifier` can be found within the [Credentials](https://app.swiftype.com/as#/credentials) menu.
77
77
78
78
```python
79
79
>>>from elastic_app_search import Client
@@ -389,7 +389,11 @@ Creating a search key that will only search over the body field.
0 commit comments