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
@@ -88,7 +88,7 @@ var client = ElasticAppSearch.createClient({
88
88
});
89
89
```
90
90
91
-
\* Please note that you should only ever use a **Public Search Key** within Javascript code on the browser. By default, your account should have a Key prefixed with `search-` that is read-only. More information can be found in the [documentation](https://swiftype.com/documentation/app-search/authentication).
91
+
\* Please note that you should only ever use a **Public Search Key** within Javascript code on the browser. By default, your account should have a Key prefixed with `search-` that is read-only. More information can be found in the [documentation](https://swiftype.com/documentation/app-search/authentication).
92
92
93
93
### Swiftype.com App Search users:
94
94
@@ -105,14 +105,14 @@ var client = ElasticAppSearch.createClient({
| hostIdentifier | No | Your **Host Identifier**, should start with `host-`. Required unless explicitly setting `endpointBase`|
111
+
| searchKey | Yes | Your **Public Search Key**. It should start with `search-`. |
112
+
| engineName | Yes ||
113
113
| endpointBase | No | Overrides the base of the App Search API endpoint completely. Useful when proxying the App Search API, developing against a local server, or a Self-Managed or Cloud Deployment. Ex. "http://localhost:3002"|
114
-
| cacheResponses | No | Whether or not API responses should be cached. Default: `true`. |
115
-
| additionalHeaders | No | An Object with keys and values that will be converted to header names and values on all API requests
114
+
| cacheResponses | No | Whether or not API responses should be cached. Default: `true`. |
115
+
| additionalHeaders | No | An Object with keys and values that will be converted to header names and values on all API requests |
0 commit comments