From d7f5fe306005da140040455ca42e5c4dbcc7d74c Mon Sep 17 00:00:00 2001 From: Matteo Campinoti Date: Wed, 8 Jan 2025 14:23:04 +0100 Subject: [PATCH] commands.edit:grp_edit - update info on `@file` operator --- digiarch/commands/edit/edit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digiarch/commands/edit/edit.py b/digiarch/commands/edit/edit.py index 4c1bf8ec..7ee18b44 100644 --- a/digiarch/commands/edit/edit.py +++ b/digiarch/commands/edit/edit.py @@ -27,7 +27,7 @@ def grp_edit(): @like toggles LIKE syntax for the values following it in the same column. @file toggles file reading for the values following it in the same column: each value will be considered as a file path and values will be read from the lines - in the given file (@null, @notnull, @true, and @false in files are not supported). + in the given file (@null, @notnull, @true, @false, and @like are not supported when using @file). Changing to a new @ resets like and file toggles. Values for the same column will be matched with OR logic, while values from different columns will be matched with AND logic.