How to I set a specific order for items to be returned when using the facetFilters configuration option in instantSearch?

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?

Hi Sam,

In your dashboard, proceed to your index.
Go to the Configuration tab and click on “Ranking and Sorting”.

From there on, you can add a custom ranking criterion.

Good Luck,
Charles