Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Custom Search Parameters #1025

Merged
merged 1 commit into from
Jun 10, 2023

Conversation

alexanderkiel
Copy link
Member

@alexanderkiel alexanderkiel commented Jun 9, 2023

Using the environment variable DB_SEARCH_PARAM_BUNDLE it's possible to specify a bundle of custom search parameters which are used to index resources and made available via FHIR search.

@alexanderkiel alexanderkiel self-assigned this Jun 9, 2023
@alexanderkiel alexanderkiel added enhancement New feature or request module:db labels Jun 9, 2023
@alexanderkiel alexanderkiel added this to the v0.21.0 milestone Jun 9, 2023
@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Merging #1025 (eb93d43) into develop (a5ce5dd) will increase coverage by 0.00%.
The diff coverage is 96.66%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1025   +/-   ##
========================================
  Coverage    94.24%   94.24%           
========================================
  Files          240      240           
  Lines        15305    15317   +12     
  Branches       373      373           
========================================
+ Hits         14424    14436   +12     
  Misses         508      508           
  Partials       373      373           
Impacted Files Coverage Δ
modules/db/src/blaze/db/search_param_registry.clj 97.05% <96.66%> (+0.28%) ⬆️

Using the environment variable DB_SEARCH_PARAM_BUNDLE it's possible to
specify a bundle of custom search parameters which are used to index
resources and made available via FHIR search.
@alexanderkiel alexanderkiel merged commit 5720cca into develop Jun 10, 2023
128 checks passed
@alexanderkiel alexanderkiel deleted the custom-search-parameters branch June 10, 2023 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request module:db
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant