aehrc / ecl-builder

UI components that help you build SNOMED CT ECL expressions.
Apache License 2.0
1 stars 0 forks source link

minQueryLength set but ValueSet/$expand? with filters < minQueryLength are issued #34

Closed developerdu closed 3 months ago

developerdu commented 4 months ago

This causes an error for servers that have a strict minimum filter length such as Snowstorm (HAPI).

Using the demo and looking at the console, you can see that two ValueSet/$expand requests are issued once you type in 3 characters (the default for minQueryLength). So for "123" a request with a filter of "12" and another request with a filter of "123" is issued.

johngrimes commented 3 months ago

This has now been fixed.