diff --git a/docs/documents.js b/docs/documents.js index 3fcc1de4b..630cbf61c 100644 --- a/docs/documents.js +++ b/docs/documents.js @@ -491,6 +491,13 @@ var documents = [ url: './packages/snap-toolbox/src/getContext/README.md', searchable: true, }, + { + label: 'Until', + route: '/package-toolbox-until', + type: 'markdown', + url: './packages/snap-toolbox/src/until/README.md', + searchable: true, + }, { label: 'Typedocs', type: 'external', diff --git a/packages/snap-controller/src/Autocomplete/README.md b/packages/snap-controller/src/Autocomplete/README.md index 7150ac659..8cb5b31b6 100644 --- a/packages/snap-controller/src/Autocomplete/README.md +++ b/packages/snap-controller/src/Autocomplete/README.md @@ -20,6 +20,7 @@ The `AutocompleteController` is used when making queries to the API `autocomplet | settings.history.limit | when set, historical (previously searched) queries will be fetched and made available in the history store | ➖ | | | settings.history.showResults | if history limit is set and there is no input, the first term results will be displayed | false | | | settings.redirects.merchandising | boolean to disable merchandising redirects when ac form is submitted | true | | +| settings.redirects.singleResult | enable redirect to product detail page if search yields 1 result count | true | |