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

increase string value storage length to accomodate larger contains searches. #6036

Open tadgh opened 1 week ago

tadgh commented 1 week ago

Currently the limit for SP_VALUE_EXACT and SP_VALUE_NORMALIZED is 200. This is a request to increase it to 500, which covers most use cases.