Skip to content

[Search] Add sorting to the saved search list endpoint#1920

Merged
markus-moser merged 1 commit into
2025.4from
feature/saved-search-list-sorting
Jun 25, 2026
Merged

[Search] Add sorting to the saved search list endpoint#1920
markus-moser merged 1 commit into
2025.4from
feature/saved-search-list-sorting

Conversation

@markus-moser

Copy link
Copy Markdown
Contributor

Changes in this pull request

Adds sortBy (name | modificationDate) and sortOrder (ASC | DESC) query params to the saved search list endpoint (GET /search/saved/configuration). The accessible configurations are sorted in the service before pagination; without these params the existing default order (modification date, newest first) is kept.

Companion to pimcore/studio-ui-bundle#3781 (Saved Search) — the list grid uses this for column sorting on Name / Modification date.

@codacy-production

codacy-production Bot commented Jun 25, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 9 minor

Results:
9 new issues

Category Results
CodeStyle 9 minor

View in Codacy

🟢 Metrics 4 complexity

Metric Results
Complexity 4

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Expose sortBy (name | modificationDate) + sortOrder (ASC | DESC) query params on
GET /search/saved/configuration; sort the accessible configurations in the service
before pagination. Default order (modification date, newest first) is unchanged.
@markus-moser markus-moser force-pushed the feature/saved-search-list-sorting branch from afea49b to 4bf58bc Compare June 25, 2026 15:07
@sonarqubecloud

Copy link
Copy Markdown

@markus-moser markus-moser added this to the 2025.4.6 milestone Jun 25, 2026
@markus-moser markus-moser marked this pull request as ready for review June 25, 2026 15:13
@markus-moser markus-moser merged commit e6b798e into 2025.4 Jun 25, 2026
13 checks passed
@markus-moser markus-moser deleted the feature/saved-search-list-sorting branch June 25, 2026 15:19
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 25, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants