curl -v -H "accept: application/fhir+xml" -X GET "http://fhirserver/Condition/?recorded-date=ge2021-02-12"
SUCCESS
569ms
And FHIR current response body evaluates the FHIRPath 'entry.resource.count() > 0' with error message 'No search results were found'
SUCCESS
217ms
And FHIR current response body evaluates the FHIRPath 'entry.resource.all(recordedDate >= @2021-02-12T00:00:00+01:00)' with error message 'There are search results, but they do not fully match the search criteria'