* Fixed repeatable seek to the same document (#10164)
* Fixed repeatable seek to the same document
* Fix. Multiple conjuncts in conjunction.
* Add tests for issue #10090 (#10203)
* Add tests for issue #10090
* Remove spaces
* Added CHANGELOG for the issue #10090.
* Fixed doc_limits error
* Fixed approx_ error
* Added full index iterator utilization in case of some documents was not found in collection
* Added index operations reversal in case of insertion failure in rocksdb
* Removed singleop optimization as rollback possible even for such operations (in case of index operation failure on insert)
* Added tests for insert rollback in views
* Added catch tests for view block
* Added changelog entry
* fixed jslint errors
* fixed linux build
* Added test for update
* Fix CHANGELOG sequence
* Add line
* Added reverts for update and remove failures
* Cleanup in test. Added throwing error in case of failed reversal
* fixed typo
Co-Authored-By: Simran <Simran-B@users.noreply.github.com>
* fixed build
* Applied review comments
* Applied review comments