Hi all,
I'm trying to find a way to allow the user to choose how the Algolia search result is sorted. More specifically, to allow choosing what attribute (indexed field) to be prioritized (or ranked) in sorting. From digging around, looks like 'replica' indices should be used to create different ranking rules within the database.
https://www.algolia.com/doc/guides/managing-results/refine-results/sorting/in-depth/replicas/
Creating the replica indices was straightforward but I couldn't find any info on how to make use of it in FlutterFlow.
Perhaps I'm barking up the wrong tree? Any help would be appreciated!