Multi-language indexes with Laravel Scout and Algolia
问题 How should I manage the multi-language indexes (For example: page / page_translations models should become page_en / page_fr indexes). I am using " Dimsav\Translatable " package. Page model : id, status_id, created_at, updated_at PageTranslation model : id, page_id, locale, title, slug, body Algolia offers support for this (https://www.algolia.com/doc/guides/search/multilingual-search/) but I am not sure how to achieve this with Laravel Scout . The only solution that comes in my mind is to