We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f054d commit f6edc9eCopy full SHA for f6edc9e
1 file changed
src/lib/DocSearch.js
@@ -24,7 +24,9 @@ const usage = `Usage:
24
apiKey,
25
indexName,
26
inputSelector,
27
- [ options.{hint,debug} ]
+ [ appId ],
28
+ [ algoliaOptions.{hitsPerPage} ]
29
+ [ autocompleteOptions.{hint,debug} ]
30
})`;
31
class DocSearch {
32
constructor({
0 commit comments