[#166] doc: Generate doc COMMON_PREFIX matchtype

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-08-16 12:08:35 +03:00 committed by Stanislav Bogatyrev
parent 0040853986
commit e6226c27d2

View file

@ -793,6 +793,7 @@ Type of match expression
| STRING_EQUAL | 1 | Full string match |
| STRING_NOT_EQUAL | 2 | Full string mismatch |
| NOT_PRESENT | 3 | Lack of key |
| COMMON_PREFIX | 4 | String prefix match |