Thursday, August 4, 2022
1 change
Code cleanup and technical improvements
This update removes redundant checks that caused extra background work without changing what users see. It should make affected operations slightly more efficient and reduce avoidable system load.
Original PR description
Making a `exists()` on a record got by a `search()` is useless and lead to a extra useless query. Remove them.