folio-labs / folio-order-import-tool

Tool that imports a MARC record to create an order. This workaround is needed until FOLIO supports importing MARC records to create orders.
Apache License 2.0
5 stars 3 forks source link

Escape title characters that are CQL special characters #50

Closed maccabeelevine closed 2 years ago

maccabeelevine commented 2 years ago

Attempt to resolve #49 . Since it appears there are three CQL special characters I escaped all three. There may be a better / more global place for the cqlEncode function, and if so there may be other places we should be using it.