Skip to content

Conversation

@LucaPacioselli
Copy link
Contributor

Changes to the src/component-library/features/search/DIDSearchPanel.tsx to be compliant with improvements requested by rucio/webui/issue#666.

This PR refactors the DIDSearchPanel component to improve the user experience and ensure consistency with the filtering style already implemented in ListRules.

Main changes:

  • Dropdown menu to show DID filters

  • Explicit filters accepted by the Rucio REST API:

    • Created date and time filters (created_before, created_after)

    • Limit filter to restrict the maximum number of DIDs returned (limit)

    • Length filter (length: for collections such as containers and datasets), with full support for comparison operators (=, >, >=, <, <=), correctly mapped to the REST API syntax (e.g., length>=length.gte= in the query URL)

@maany maany merged commit 2d97245 into rucio:master Oct 23, 2025
8 checks passed
@maany maany linked an issue Oct 23, 2025 that may be closed by this pull request
1 task
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.

DID Filters improvements

2 participants