Hi Paul,
It is good that you picked this up so quickly, since I just committed it a
couple of hours ago.
Would
#catalogKeywords
^ #(#networking #internet #http #client #server #request #response #url
#'mime-type' #'character-encoding')
be good as well (I don't know what the limitations are in Gemstone) ?
I added the hyphen on purpose, because I think that is more correct and better
when some future tools might search through the keywords.
Sven
On 10 Jun 2014, at 21:57, Paul DeBruicker <[email protected]> wrote:
> The current method is
>
> #catalogKeywords
> ^ #(#networking #internet #http #client #server #request #response #url
> #mime-type #character-encoding)
>
>
> Can we change it to
>
> #catalogKeywords
> ^ #(#networking #internet #http #client #server #request #response #url
> #mimeType #characterEncoding)
>
>
> So the GemStone parser can handle it?
>
>
> Thanks
>
>
> Paul