docs(searchbnf): options are not sequential

This commit is contained in:
Ming Di Leom 2023-01-27 21:11:23 +00:00
parent 4ab8ebf276
commit 5bd008d113
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#
[options]
syntax = (wildcard_prefix=<column_names>)? (wildcard_suffix=<column_names>)? (wildcard_affix=<column_names>)? (message=<string>)?
syntax = (wildcard_prefix=<column_names>)? | (wildcard_suffix=<column_names>)? | (wildcard_affix=<column_names>)? | (message=<string>)?
description = 'wildcard_*' controls which columns to have their value\
affixed with wildcard character. Affixed value will be added to a\
new column. 'message' adds a custom message to new column custom_message.