cakephp / elastic-search

Elastic search datasource for CakePHP
Other
88 stars 53 forks source link

Pass refresh parameter in primary save/saveMany/delete requests #297

Closed andrii-pukhalevych closed 1 year ago

andrii-pukhalevych commented 1 year ago

Fix for #275

markstory commented 1 year ago

It would be good to have a test for this option being on and save() & saveMany() still saving and updating the entity with the new changes.

andrii-pukhalevych commented 1 year ago

Not sure what to do, because IndexTest::testSaveWithRefresh() already exists.