Stream: implementers
Topic: Not getting information about search (mode, score)
Hemant P (Sep 26 2017 at 18:02):
When I query by findDocumentReferencesById, I am getting the bundle and all the matched document references as part of the bundle but no information like below:
"search":{
"mode":"match",
"score":0.5
}
The entire search object is missing.
I am using @Search annotation for querying the document references. Am I missing something?
Hemant P (Sep 26 2017 at 18:04):
A detailed question is also posted at Google group here: https://groups.google.com/d/msg/hapi-fhir/CXMT5vPcOMM/QoJ-BfsVCAAJ
Ewout Kramer (Sep 27 2017 at 11:54):
Hi @Hemant P , I think your question is specific to HAPI, so you might get better answers in the hapi stream, instead of the implementers stream! @James Agnew ?
Last updated: Apr 12 2022 at 19:14 UTC