cousine/mebla

Don't index automatically

Opened this issue · 1 comments

I have an instance where I updated thousands of records once an hour, I would like to tell mebla not to index when I change these records, rather manually tell mebla to reindex after the process is done. Is this possilbe?

You can use the Model#without_indexing method like this:

Model.without_indexing do

do your operation in here

end