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
These are the default parameters. You can leave them as is and specify other parameters, or override them.
89
+
90
+
:::info
91
+
92
+
If you override `highlightPreTag` and `highlightPostTag`, you won't be able to use the built-in highlighting utilities such as [`highlightHit`](highlightHit).
47
93
48
-
Default search parameters:
94
+
:::
49
95
50
96
```json
51
97
{
@@ -56,7 +102,7 @@ Default search parameters:
56
102
57
103
## Returns
58
104
59
-
It returns a promise of the following schema:
105
+
The function returns a promise that resolves to a response with the following schema:
0 commit comments