projectblacklight / blacklight-marc

MARC enhancements for Blacklight
Other
19 stars 25 forks source link

Update RefWorks export to use form based approach #64

Open mejackreed opened 6 years ago

mejackreed commented 6 years ago

Current link callback to RefWorks seems to break on text that includes diacritics. We have resolved this by moving towards the form based approach (same as Vufind) in SearchWorks: https://github.com/sul-dlss/SearchWorks/pull/2066

We would also want to make export_as_refworks_marc_txt a public method to do this.

barmintor commented 6 years ago

RE: export_as_refworks_marc_txt as public method: I think the Blacklight API intention is to have clients call doc.export_as(:refworks_marc_txt). It looks like that would work in the SearchWorks example you sent - am I understanding that snippet correctly?

barmintor commented 6 years ago

The only place I'm seeing this kind of behavior is in bookmarks, unless it's Blacklight linking back to export formats. Is that link configurable over there?