All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.8.0 (2021-11-02)
3.7.0 (2021-10-28)
3.6.0 (2021-10-08)
- add class to aid in updating search mappings (#126) (9219508)
- add static search mappings (#124) (e41ba1a)
3.5.2 (2021-09-15)
3.5.1 (2021-09-14)
3.5.0 (2021-09-13)
- add support for exact search modifier (#108) (9bc2e32)
- implement ":contains" modifier (#113) (c513d59)
3.4.0 (2021-08-27)
3.3.0 (2021-08-17)
3.2.1 (2021-08-05)
- handle _include refs in paths with arrays (#97) (b6fdac1)
- remove duplicate Resource search params (#98) (570e4eb)
3.2.0 (2021-07-28)
3.1.0 (2021-07-02)
- Add flexibility to searches against static ES mapping (#85) (#89) (a1e7683)
- handle uris; not escaping the value (#90) (8de76c1), closes #85 #86
3.0.0 (2021-06-14)
- Aliases need to be added to existing index
- Run the addAlias script created in this PR will create aliases for all existing indices
- Update or create resource in a specific type will automatically create alias for the corresponding index
- Adding debug logging of JSON elastic queries with formatting. (#78) (b06b645)
- Use alias in place of index for search (#79) (c83827a)
2.7.0 (2021-06-28)
- Add flexibility to searches against static ES mapping (#85) (f70045b)
- Adding debug logging of JSON elastic queries with formatting. (#78) (b06b645)
- handle uris; not escaping the value (#86) (006b3c1)
2.6.1 (2021-05-21)
2.6.0 (2021-05-20)
2.5.1 (2021-04-28)
- fix ne prefix was matching extra records (#64) (54fee72)
- token search params were matching additional documents (#65) (046238a)
2.5.0 (2021-04-23)
- allow repeated search parameters (#62) (68f2173)
- allow sorting by date type parameters (#60) (a7d9bf0)
- support Period type fields for date params (#61) (d36e3af)
2.4.0 (2021-04-19)
2.3.0 (2021-04-09)
- allow milliseconds in date queries (#55) (86dbccd)
- support prefixes and proper range queries for date parameters (#54) (b082508)
- support token parameters (#56) (19589b9)
2.2.0 (2021-03-29)
2.1.0 (2021-02-09)
- Add ImplementationGuides compile method (#38) (e0024a4)
- parse xpath expressions to support choice of data types (#44) (ca70bdd)
- update compiler to properly handle params from IGs (#41) (b616c78)
2.0.1 (2021-01-27)
2.0.0 (2021-01-13)
- updated to interface 7.0.0 which adds the
SearchFilter
type that is now used as param for theElasticSearchService
constructor.
- support AWS_REGION env var in IS_OFFLINE mode (#24) (5545524)
- support standard FHIR search parameters (#36) (6360480)
- Updating ElasticSearchService to use new SearchFilter interface (#30) (cf6c402)
- feat: Implement _include and _revinclude search parameters
- feat: Support _id search parameter
- Initial launch! 🚀