From Travis: ``` AssertionError: AssertionError: Non JMESPathError raised: unorderable types: list() < NoneType() Falsifying example: test_search_api(expr='@<A', data=[]) ``` From the spec: > Evaluating any other type with a comparison operator will yield a null value,
From Travis:
From the spec: