hapifhir / hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
http://hapifhir.io
Apache License 2.0
2.04k stars 1.33k forks source link

Update SearchParameterMap Offset And Count logic to not lose It's values when present #6378

Open ArthurCornu opened 1 month ago

ArthurCornu commented 1 month ago

When doing a search with a SearchParameterMap and RequestDetails, Don't let the values from the RequestDetails overwrite the values of the SearchParameterMap if they are present already.