﻿


var searchClauses = [
            {InternalName: "recAnyWord",
            Name: "anyWord",
            MethodGroup: "Text",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "Word",
            CanSort: false,
            Caption: "Any Word"
            }
,            {InternalName: "recAuthor",
            Name: "author",
            MethodGroup: "Location",
            ObjectTypeParameter: "Location",
            ParameterFormat: "Object",
            CanSort: true,
            Caption: "Author"
            }
,            {InternalName: "recClassification",
            Name: "classification",
            MethodGroup: "Reference",
            ObjectTypeParameter: "Classification",
            ParameterFormat: "Object",
            CanSort: true,
            Caption: "Classification"
            }
,            {InternalName: "recCreatedOn",
            Name: "createdOn",
            MethodGroup: "Date",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "DateRange",
            CanSort: true,
            Caption: "Date Created"
            }
,            {InternalName: "recContent",
            Name: "content",
            MethodGroup: "Text",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "Freetext",
            CanSort: false,
            Caption: "Document Content"
            }
,            {InternalName: "recExtension",
            Name: "extension",
            MethodGroup: "Document",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "String",
            CanSort: true,
            Caption: "Extension"
            }
,            {InternalName: "recNotes",
            Name: "notes",
            MethodGroup: "Text",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "Word",
            CanSort: false,
            Caption: "Notes Word"
            }
,            {InternalName: "recNumber",
            Name: "number",
            MethodGroup: "Reference",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "String",
            CanSort: true,
            Caption: "Record Number"
            }
,            {InternalName: "recRelated",
            Name: "related",
            MethodGroup: "Linked",
            ObjectTypeParameter: "Record",
            ParameterFormat: "Object",
            CanSort: false,
            Caption: "Related To"
            }
,            {InternalName: "recSchedule",
            Name: "schedule",
            MethodGroup: "Retention",
            ObjectTypeParameter: "Schedule",
            ParameterFormat: "Object",
            CanSort: true,
            Caption: "Retention schedule"
            }
,            {InternalName: "recTypedTitle",
            Name: "typedTitle",
            MethodGroup: "Other",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "String",
            CanSort: true,
            Caption: "Title (Free Text Part)"
            }
,            {InternalName: "recTitle",
            Name: "title",
            MethodGroup: "Text",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "Word",
            CanSort: false,
            Caption: "Title Word"
            }

    ]

var searchClausesWithMeetingDate = [
            {InternalName: "recAnyWord",
            Name: "anyWord",
            MethodGroup: "Text",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "Word",
            CanSort: false,
            Caption: "Any Word"
            }
,            {InternalName: "recCreatedOn",
            Name: "createdOn",
            MethodGroup: "Date",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "DateRange",
            CanSort: true,
            Caption: "Date Created"
            }
,            {InternalName: "recContent",
            Name: "content",
            MethodGroup: "Text",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "Freetext",
            CanSort: false,
            Caption: "Document Content"
            }
,            {InternalName: "recNumber",
            Name: "number",
            MethodGroup: "Reference",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "String",
            CanSort: true,
            Caption: "Record Number"
            }
,            {InternalName: "recTypedTitle",
            Name: "typedTitle",
            MethodGroup: "Other",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "String",
            CanSort: true,
            Caption: "Title (Free Text Part)"
            }
,            {InternalName: "recTitle",
            Name: "title",
            MethodGroup: "Text",
            ObjectTypeParameter: "Unknown",
            ParameterFormat: "Word",
            CanSort: false,
            Caption: "Title Word"
            }

    ]
