CCL Input Parameters

The input parameters that apply specifically to the CCL searching are presented below.

CCLtermN

The CCLterm parameter is similar to the normal term parameter (the Section called termN in Chapter 5) and can be mixed in with the normal term parameters in the sense that you can have a term sequence term1, term2, cclterm3, term4, ...

Note that also here no missing terms are allowed. All terms must be set to at least an empty string.

CCLfieldN

The CCLfield parameter is similar to the normal field parameter (see the Section called fieldN in Chapter 5) and can be mixed in with the normal field parameters in the sense that you can have a field sequence field1, field2, cclfield3, field4, ...

Note that also here no missing fields are allowed. All fields must be set to at least an empty string.

CCLopand, CCLopor, CCLopnot

These parameters enable you to redefine the boolean operators in your CCL search. The default values are "and", "or" and "not". If say you want to use a "+" instead of "and" you will set


      CCLopand=+
     

CCLcase

Governs if the CCL fieldnames should be case sensitive or not. Default is 1 (case sensitive). To make the fieldnames case insensitive, CCLcase should be set to 0, as in:


      CCLcase=0