kcls / evergreen-universe-rs

Evergreen Universe Rust
MIT License
8 stars 4 forks source link

Add --limit-to-opac-visible option to evergreen marc-export.rs #1

Closed Dyrcona closed 1 year ago

Dyrcona commented 1 year ago

This option works with the --items option to limit the items exported to those that are visible in the Evergreen OPAC.

This option is useful when exporting records with items for some discovery services when you want to only include items that are visible in the Evergreen OPAC.

berick commented 1 year ago

Patch looks great. Merged via command line. I added a follow-up commit to sort items by ID to make comparing output file a little easier. Thanks!