How to Create a Separate Algolia Index for JSON Attributes in Laravel Model
I have a Laravel model called Car, with a JSON attribute named arabic_data. This attribute stores the same car model but with values in Arabic. Here’s an example of how I create and populate the model: