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

Support date-based sorting for call numbers #14

Closed
jrgriffiniii opened this issue Sep 14, 2018 · 0 comments
Closed

Support date-based sorting for call numbers #14

jrgriffiniii opened this issue Sep 14, 2018 · 0 comments
Assignees

Comments

@jrgriffiniii
Copy link
Contributor

Given an array of Library of Congress call numbers:

  • M3 G32 2017q vol. 5
  • M3 .G32 1972q

...one should be able to sort by the date values contained within the call number:

  • M3 .G32 1972q
  • M3 G32 2017q vol. 5

This is derived from pulibrary/orangelight#1341 and pulibrary/orangelight#1366

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants