Open
Description
Description
As for now to apply a sort to your index you need to use the sortby
widget
Nonetheless, it should be made possible to apply one sort in the configuration widget.
Basic example
For example like this
instantsearch.widgets.configure({
sort: "mydate:asc"
})