CreateConsilioCatalog (open)

Create a new Consilio catalog.

Syntax

LOADLIB "mod::consilio/lib/catalogs.whlib";

OBJECT FUNCTION CreateConsilioCatalog(STRING tag, RECORD options)

Parameters

STRING tag

The name of the catalog (this name should be unique)

RECORD options

Options

BOOLEAN managed

Create a managed catalog where consilio manages attached indices and content. Defaults to TRUE

priority

(-9 to 9, 0 is the default)

BOOLEAN suffixed

Create a suffixed catalog

title

An optional description for the catalog

Return value

OBJECT

Catalog object