Skip to content

Comments

feat(qido-rs,mwl-rs): support sequence attribute filtering#49

Merged
nickamzol merged 1 commit intoUMEssen:mainfrom
mbits-imaging:sequence-attributes
Feb 20, 2026
Merged

feat(qido-rs,mwl-rs): support sequence attribute filtering#49
nickamzol merged 1 commit intoUMEssen:mainfrom
mbits-imaging:sequence-attributes

Conversation

@feliwir
Copy link
Contributor

@feliwir feliwir commented Feb 17, 2026

Fixes #48

@feliwir feliwir force-pushed the sequence-attributes branch from 7c1750b to 2a0429b Compare February 17, 2026 14:17
Copy link
Member

@nickamzol nickamzol left a comment

Choose a reason for hiding this comment

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

LGTM. Just needs a quick cargo fmt for the pipeline to pass.

@feliwir feliwir force-pushed the sequence-attributes branch from 2a0429b to ed2056c Compare February 20, 2026 08:54
@feliwir
Copy link
Contributor Author

feliwir commented Feb 20, 2026

LGTM. Just needs a quick cargo fmt for the pipeline to pass.

Applied the formatting

pub query: ResourceQuery,
pub parameters: QueryParameters,
pub headers: RequestHeaderFields,
}

Check warning

Code scanning / clippy

field headers is never read Warning

field headers is never read
pub query: ResourceQuery,
pub parameters: QueryParameters,
pub headers: RequestHeaderFields,
}

Check warning

Code scanning / clippy

field headers is never read Warning

field headers is never read
}

/// Query parameters for a QIDO-RS request.
///

Check warning

Code scanning / clippy

field headers is never read Warning

field headers is never read
}

/// Query parameters for a QIDO-RS request.
///

Check warning

Code scanning / clippy

field headers is never read Warning

field headers is never read
@nickamzol nickamzol merged commit 57f67a8 into UMEssen:main Feb 20, 2026
2 checks passed
@nickamzol nickamzol added service:qido-rs This issues affect the QIDO-RS service service:mwl-rs This issue affects the MWL-RS service. labels Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

service:mwl-rs This issue affects the MWL-RS service. service:qido-rs This issues affect the QIDO-RS service

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Search requests with sequence attributes not supported

2 participants