From 8a4c668218fd44bb8919ee994d073215fc5e1794 Mon Sep 17 00:00:00 2001 From: oprietop Date: Wed, 2 Jul 2014 09:27:58 +0200 Subject: [PATCH] Documenting #852 --- docs/reference/config.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index dbc009a18..5fef62d86 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -536,6 +536,20 @@ the penalty name to the ``ignored`` setting:: The available penalties are the same as those for the :ref:`max_rec` setting. +.. _required: + +required +~~~~~~~~ + +You can also avoid matches that doesn't meet a required tag criteria. + +Just add the tags you want to enforce to the ``required`` setting:: + + match: + required: year label catalognum country + +No tag are required by default. + .. _path-format-config: Path Format Configuration