I would like to index differents variations of the same record, just like explained in this doc:
How should I do this with the Algoliasearch-Rails gem ? I can't find any doc or example about this.
More details:
I have a model Card which embeds_many Locations (Mongoid). For each location of this card, I would like to add a new record in my Algolia index and then Group the result by Card's slug.