Stream: hapi
Topic: composite search
Yunwei Wang (Jan 12 2021 at 16:23):
I mistyped this dummy search
http://hapi.fhir.org/baseR4/Group?characteristic-value:1234$1234
on hapi and assumed I would get empty bundle. But surprisingly, I got all groups back. Why is that?
http://hapi.fhir.org/baseR4/Group?characteristic-value=1234$1234
gives the correct empty bundle.
Jens Villadsen (Jan 12 2021 at 16:25):
The first is equal to an unknown parameter that pr default is ignored
Jens Villadsen (Jan 12 2021 at 16:26):
Hence it will be equal to not supplying any parameters
René Spronk (Jan 13 2021 at 07:38):
When testing search, always look at the 'self' link as contained in the response bundle. That'll show you what the server actually did (and also: what the server ignored)
Last updated: Apr 12 2022 at 19:14 UTC