I am creating a site where users can create their own art designs and showcase them. So I have created a custom entity as designs which I am maintaining using separate tables. Using the module Algolia search Magento 2, and I want the designs to show up in search autocomplete & instant search sections.
Based on the info I got, you need to have a custom index for that, but could not find any definitive implementation anywhere. The documentation mostly focuses on existing functionalities and how we can modify them.
Can this be achieved using Algolia search ? If so, how ?