Matthew Chambers
Matthew Chambers
Setting `extra` to `[]` results in a JSON encoded array instead of an object. The Shippo API rejects this format with the following message: > {"shipment": [{"extra": ["Invalid format of...
## Description @bidoubiwa and I debugged this. Charlotte has a suspicion about where the bug lies. ## Expected behavior Clicking "Load More Results" with the `ais-infinite-hits` widget should load more...
**Description** SortBy should allow for multiple sort attributes at query time. **Basic example** ```js instantsearch.widgets.sortBy({ container: '#sort-by', items: [ { value: 'clothes', label: 'Relevant' }, // default index { value:...