gc1o1

Results 2 issues of gc1o1

## The expected behavior I start `swiper` or `swiper-isearch`. I go to another finding in the mini-buffer (with `C-n` and `C-p`). I don't press Enter. Instead, I decide to cancel...

Here is the query: ``` { users(first:1000, where:{ usdSwapped_gt:0 }) { id usdSwapped } } ``` It returns nothing, because all usdSwapped values are exactly 0. How come? Was this...