Skip to content

Support Canonical URLs in Search Params#3749

Open
knoppiks wants to merge 1 commit into
mainfrom
3344-support-canonical-urls-in-search-params
Open

Support Canonical URLs in Search Params#3749
knoppiks wants to merge 1 commit into
mainfrom
3344-support-canonical-urls-in-search-params

Conversation

@knoppiks

Copy link
Copy Markdown
Collaborator

Closes: #3344

@knoppiks knoppiks requested a review from alexanderkiel as a code owner June 25, 2026 11:29
@knoppiks knoppiks linked an issue Jun 25, 2026 that may be closed by this pull request
@knoppiks knoppiks force-pushed the 3344-support-canonical-urls-in-search-params branch from 6ea3143 to f39f51a Compare June 25, 2026 11:49
@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.63014% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.22%. Comparing base (dfa8330) to head (97b689e).
⚠️ Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
modules/fhir-path/src/blaze/fhir_path_spec.clj 66.66% 0 Missing and 1 partial ⚠️
.../src/blaze/fhir/structure_definition_repo_spec.clj 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3749   +/-   ##
=======================================
  Coverage   96.21%   96.22%           
=======================================
  Files         422      422           
  Lines       26350    26444   +94     
  Branches      642      648    +6     
=======================================
+ Hits        25353    25445   +92     
  Misses        474      474           
- Partials      523      525    +2     
Files with missing lines Coverage Δ
modules/db/src/blaze/db/impl/codec.clj 99.61% <ø> (ø)
modules/db/src/blaze/db/impl/index.clj 98.26% <100.00%> (ø)
...ules/db/src/blaze/db/impl/search_param/chained.clj 98.95% <ø> (ø)
.../db/impl/search_param/composite/token_quantity.clj 97.50% <ø> (ø)
...aze/db/impl/search_param/composite/token_token.clj 100.00% <ø> (ø)
modules/db/src/blaze/db/impl/search_param/core.clj 66.66% <ø> (ø)
modules/db/src/blaze/db/impl/search_param/date.clj 96.42% <ø> (ø)
modules/db/src/blaze/db/impl/search_param/has.clj 100.00% <ø> (ø)
modules/db/src/blaze/db/impl/search_param/list.clj 100.00% <ø> (ø)
modules/db/src/blaze/db/impl/search_param/near.clj 100.00% <ø> (ø)
... and 10 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

END
}

create() {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use create from util.sh

valueset "2.1.6" | create

search() {
curl -sfH 'Accept: application/fhir+json' -H "Content-Type: application/fhir+json" "$base/ValueSet?url$1=$vs_url$2&_summary=count" | jq -r .total

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need Content-Type here.

Comment thread .github/workflows/build.yml Outdated
- name: Search Observation _profile Version
run: .github/scripts/search-observation-profile-version.sh

- name: Search ValueSet url version

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version should be title case.

@knoppiks knoppiks force-pushed the 3344-support-canonical-urls-in-search-params branch from f39f51a to f7b5415 Compare July 2, 2026 11:26
@knoppiks knoppiks marked this pull request as draft July 2, 2026 11:56
@knoppiks knoppiks force-pushed the 3344-support-canonical-urls-in-search-params branch 2 times, most recently from b92dc91 to 68f48be Compare July 6, 2026 10:51
@knoppiks knoppiks marked this pull request as ready for review July 6, 2026 17:29
Closes: #3344
Signed-off-by: Jonas Wagner <jwagner@knoppiks.de>
@knoppiks knoppiks force-pushed the 3344-support-canonical-urls-in-search-params branch from 68f48be to 97b689e Compare July 7, 2026 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support Canonical URLs in Search Params

2 participants