You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: apply paginate:false correctly in bulk operations
- Fix removeBulk and patchBulk to pass paginate:false when finding documents
- Fix find() to use Elasticsearch max_result_window (10000) when paginate:false and no explicit limit
- Without this fix, Elasticsearch defaults to only 10 results
- Resolves issue where bulk operations would only affect first 10 items
- All 90 tests passing including '.remove + multi no pagination'
0 commit comments