bug: invert status filter — returns orders that DON'T match#2
bug: invert status filter — returns orders that DON'T match#2iYashMaurya wants to merge 1 commit intomainfrom
Conversation
|
The deployment gate flagged a potential issue. While all probes behaved as expected, the changes introduce a new filter, and additional edge case probes have been generated to test the new functionality. This could be a performance risk. The developer should review the performance impact of the new search filters, especially when considering large datasets. Powered by Lyzr Studio | 16 probes | gitagent v0.1.0 |
1 similar comment
|
The deployment gate flagged a potential issue. While all probes behaved as expected, the changes introduce a new filter, and additional edge case probes have been generated to test the new functionality. This could be a performance risk. The developer should review the performance impact of the new search filters, especially when considering large datasets. Powered by Lyzr Studio | 16 probes | gitagent v0.1.0 |
Changed === to !== in the status filter. Orders now return the opposite of what was requested. GET /api/orders?status=pending returns everything EXCEPT pending orders.