From d28e8adab82a187e20cc17d95f5c81ea35ee5a36 Mon Sep 17 00:00:00 2001 From: Rossko57 Date: Sun, 23 Jun 2019 12:18:31 +0100 Subject: [PATCH] Update persistence.md (#1009) Clarify usage of * asterisk in persistence strategy configuration. --- configuration/persistence.md | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/persistence.md b/configuration/persistence.md index 606ea4aea..0a1ba64a7 100644 --- a/configuration/persistence.md +++ b/configuration/persistence.md @@ -89,6 +89,7 @@ where `` is a comma-separated list consisting of one or more of the fo - `*` - this line should apply to all items in the system - `` a single Item identified by its name. This Item can be a group Item. But note that only the group value will be persisted. The value of the individual group members will not be persisted using this option. - `*` - all members of this group will be persisted, but not the group itself. If no strategies are provided, the default strategies that are declared in the first section are applied. Optionally, an alias may be provided if the persistence service requires special names (e.g. a table to be used in a database, a feed id for an IoT service, etc.) +Note that * is NOT a wildcard match character in this context. The example `Items` section below takes advantage of a `default` entry in the `Strategies` section. Assume the `Strategies` section contains the line: