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

UIIN-3207: Sort holdings by location name and call number #2720

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

julianladisch
Copy link
Contributor

Purpose

The instance view shows the holdings that belong to that instance. There are many libraries with many holdings per instance, they need this sorted by effectiveLocation.name, callNumberPrefix, callNumber, callNumberSuffix.

Approach

Use this CQL query:

instanceId==5b966ed6-3cd6-4dda-a0c7-f9b5e2826ccd sortBy effectiveLocation.name callNumberPrefix callNumber callNumberSuffix

Refs

https://folio-org.atlassian.net/browse/UIIN-3207

The instance view shows the holdings that belong to that instance. There are many libraries with many holdings per instance, they need this sorted by effectiveLocation.name, callNumberPrefix, callNumber, callNumberSuffix.

Solution:

Use this CQL query:

`instanceId==5b966ed6-3cd6-4dda-a0c7-f9b5e2826ccd sortBy effectiveLocation.name callNumberPrefix callNumber callNumberSuffix`
Copy link

github-actions bot commented Jan 22, 2025

Jest Unit Test Statistics

       1 files  ±0     255 suites  ±0   14m 51s ⏱️ -2s
1 023 tests ±0  1 021 ✔️ ±0  2 💤 ±0  0 ±0 
1 030 runs  ±0  1 028 ✔️ ±0  2 💤 ±0  0 ±0 

Results for commit d88fcc3. ± Comparison against base commit cfec02a.

♻️ This comment has been updated with latest results.

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.

1 participant