opencadc / caom2

Common Archive Observation Model
GNU Affero General Public License v3.0
5 stars 11 forks source link

add structure to keywords to allow serialising special characters #32

Closed pdowler closed 6 years ago

pdowler commented 7 years ago

For example:

keyword is a phrase with spaces keyword has special characters like single-tick, quote, etc...

pdowler commented 7 years ago

This is an xml serialistion change that does not effect the model and does not invalidate previously computed metaChecksums. It would also allow to remove restrictions on keyword values.

Side effect: caom2persistence postresql implementation (stores keywords in a tsvector) would have to change to something that doesn't restructure (citext).

pdowler commented 6 years ago

resolved in 2.3.5