FHIR Chat · composite search · hapi

Stream: hapi

Topic: composite search


view this post on Zulip 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.

view this post on Zulip Jens Villadsen (Jan 12 2021 at 16:25):

The first is equal to an unknown parameter that pr default is ignored

view this post on Zulip Jens Villadsen (Jan 12 2021 at 16:26):

Hence it will be equal to not supplying any parameters

view this post on Zulip 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