Skip to content

Commit

Permalink
Merge pull request #941 from searchspring/ac-docs-fix
Browse files Browse the repository at this point in the history
AC Docs Fix
  • Loading branch information
korgon authored Nov 2, 2023
2 parents b66f2dd + 981b87f commit 4d727d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snap-controller/src/Autocomplete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `AutocompleteController` is used when making queries to the API `autocomplet
| settings.integratedSpellCorrection | integrated spell correction feature flag | false | |
| settings.initializeFromUrl | initialize the controller with query parameter from URL (pre-fill input with current search) | true | |
| settings.syncInputs | if the selector targets multiple inputs, the value of those inputs will be synced | true | |
| settings.serializeForm | if no action is specified in the config and a form element is found for the input, additional elements that are found will be added to the generated URLs (eg. hidden form input) | true | |
| settings.serializeForm | if no action is specified in the config and a form element is found for the input, additional elements that are found will be added to the generated URLs (eg. hidden form input) | false | |
| settings.facets.trim | facets that do not change results will be removed | true | |
| settings.trending.limit | when set, trending (popular) queries will be fetched and made available in the trending store || |
| settings.trending.showResults | if trending limit is set and there is no input, the first term results will be displayed | false | |
Expand Down

0 comments on commit 4d727d0

Please sign in to comment.