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
Copy file name to clipboardExpand all lines: packages/website/docs/api.mdx
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -319,6 +319,34 @@ docsearch({
319
319
</TabItem>
320
320
</Tabs>
321
321
322
+
## `maxResultsPerGroup`
323
+
324
+
> `type: number` | **optional**
325
+
326
+
The maximum number of results to display per search group. Default is 5.
327
+
328
+
[You can find a working example without JSX in this sandbox](https://codesandbox.io/s/docsearch-v3-maxresultspergroup-without-jsx-ct9m22?file=/src/index.js)
0 commit comments