===== AZSectionList ===== //Variation on [[AZList]] that classifies sections rather that documents. Entries are sorted by section-level metadata.// The following table lists all of the configuration options available for AZSectionList. ^Option^Description^Value^ ^//AZSectionList Options//^^^ |//No options come directly from this classifier//||| ^//Options Inherited from [[AZList]]//^^^ | **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// |