==================
- Harmonized index name / discriminator in catalog setup with content schema
and queries used in later examples. Thanks to Douglas Cerna.
- Fixed semantics of 'applyEq' for the Keyword index. The 'applyEq' (and
'applyNotEq') methods now expect scalar values for the query. 'applyAny',
'applyAll' and their respective negations should be used to query multiple
values.
- Fixed bug in query parser where names inside of 'any' or 'all' calls were
not being parsed properly.
- When using CQEs, names may now be embedded inside of a list or tuple,
allowing expressions like this: "tags in any([tag1, tag2])" where tag1 and
tag2 are names that will be resolved at query run time.