We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b8caf commit 7b45703Copy full SHA for 7b45703
README.md
@@ -58,6 +58,12 @@ client.suggestions('a', callback);
58
client.useFuzzyMatch(false);
59
```
60
61
+#### Set JSON Web Token (for authentication)
62
+```js
63
+// Add JWT to the HTTPS request (if protected search index)
64
+client.setJWT(token);
65
+```
66
+
67
#### Define language filter
68
```js
69
// Documents in specific language (e.g. "en" or "de")
0 commit comments