You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Bind Variables to Inclusion and Sorted Query Segment Aggregators
- Verify with tests
- Whole System Search with SORT and without SORT
- Resource Specific Search with SORT and without SORT
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
- UriBuilder returns invalid self/url #588
- Updated the lowerBound to be the only one output in queryparamval
- Added test to check the reflexsivity of a URL in SearchAllTest
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
- Update the Copyright headers to match YYYY,<SPACE>YYYY
- Update InclusionQuerySegmentAggregator to support multiple
bindvariables
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
_id and _lastUpdated search bindvariables are not added to QuerySegmentAggregators
_id and _lastUpdated were converted to use derived tables. The default call on a single resource works:
https://localhost:9443/fhir-server/api/v4/Location?_lastUpdated=gt2018-01-01&_format=application/fhir+json
The system-wide search does not work, and must be fixed.
https://localhost:9443/fhir-server/api/v4?_lastUpdated=gt2018-01-01&_format=application/fhir+json&
The SortQuerySegmentAggregator for resource and global also does not work properly (not assigning bindvariables)
https://localhost:9443/fhir-server/api/v4/Location?_lastUpdated=gt2018-01-01&_format=application/fhir+json&_sort=_lastUpdated
Also check Include Query Segment Aggregator.
The text was updated successfully, but these errors were encountered: