I was recently checking algolia to see what was new in the search world. I bumped into their documentation widget and I thought I would try and mimic it by using Wappler and Meilisearch.
Looks great. I have briefly looks at Algolia in the past, but have found that it requires the data to fed in a specific way, which I never worked on to figure out.
Yes. You need to feed meilisearch in a similar way as algolia. You can create a hook on your SC logic to update Meilisearch or a trigger in your database to update meilisearch with each change. You can also resort to third party tools to keep everything in sync like ETL tools (i.e. airbyte).