I am currently using Meilisearch with Scout and I came across this part where the Laravel Documentation says for Local development we could use collection
method. I am wondering what would be the outcome if i have collection method for production environment as well. Has anyone tried it for production environment ?
Edit:
I got two indexes.
- One index will not exceed 10,000 records for a year or so
- My records for the other index would not exceed 30,000 records per month