hapifhir / hapi-fhir

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

Do not use hibernate search if the search parameter is not an active search parameter #6024

Closed TipzCM closed 1 week ago

TipzCM commented 1 week ago

Hibernate search ignores search parameters that it can't handle.

Because of this, it should not be used for count queries unless it can also be used for the full query.