Classifier plugin for sorting alphabetically (on a-z, A-Z, 0-9). Produces a horizontal A-Z list, with documents listed underneath.
The following table lists all of the configuration options available for AZList.
| Option | Description | Value |
|---|---|---|
| AZList Options | ||
| metadata | (REQUIRED) A single metadata field or a comma separated list of metadata fields used for classification. Following the order indicated by the list, the first field that contains a metadata value will be used. List will be sorted by this element. | |
| removeprefix | A prefix to ignore in metadata values when sorting. | |
| removesuffix | A suffix to ignore in metadata values when sorting. | |
| Options Inherited from BaseClassifier | ||
| buttonname | The label for the classifier screen and button in navigation bar. The default is the metadata element specified with -metadata. | |
| no_metadata_formatting | Don't do any automatic metadata formatting (for sorting.) | |
| builddir | Where to put the built indexes. | |
| outhandle | The file handle to write output to. | Default: STDERR |
| verbosity | Controls the quantity of output. 0=none, 3=lots. | Default: 2 |