Piotr Bugaj
Piotr Bugaj
Related to fork: https://github.com/jamesqin-cn/phpkin/commit/377afde6c44468c585e6d1a16b683cce971bb588 https://github.com/jamesqin-cn/phpkin/commit/85d91d1f0c0a2676a101d132f75251d8031fd3ac
# Pull Request ## Related issue Fixes #426 ## What does this PR do? Fixes conditional indexing when using `enqueue: true` option. Previously, when a record no longer met the...
### Description There's an inconsistency between `ms_index!` and `ms_enqueue_index!` when handling conditional indexing with `:if`/`:unless` options. When using ActiveRecord callbacks with background jobs (`enqueue: true`), documents remain in the index...