docs(searchbnf): options are not sequential
This commit is contained in:
parent
4ab8ebf276
commit
5bd008d113
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue