Details
Description
If you input a filter like foo: 1, bar: 2 and then change it to bar: 2, foo: 1, we still run the previous query because the equality check makes it so that query is not updated in the application state
If you input a filter like foo: 1, bar: 2 and then change it to bar: 2, foo: 1, we still run the previous query because the equality check makes it so that query is not updated in the application state