Here’s a sample of my config code:
instantsearch.widgets.configure({
facetFilters: `[["wp_id:6826","wp_id:1318"]]`,
}),
I’d like the items to be returned in the order set in that facetFilters array. Is that possible? If so, how?
Here’s a sample of my config code:
instantsearch.widgets.configure({
facetFilters: `[["wp_id:6826","wp_id:1318"]]`,
}),
I’d like the items to be returned in the order set in that facetFilters array. Is that possible? If so, how?