curl -v -H "accept: application/fhir+xml" -X GET "http://fhirserver/Patient/?given:contains=An%26na%5C%2CVic%24tor%7Ca"
SUCCESS
541ms
And FHIR current response body evaluates the FHIRPath 'entry.resource.count() > 0' with error message 'No search results were found'
SUCCESS
213ms
And FHIR current response body evaluates the FHIRPath "entry.resource.all(name.where(given.contains('An&na,Vic$tor|a')).exists())" with error message 'There are search results, but they do not fully match the search criteria'