Hey,
I have the following in my searchbnf.conf file but thus far I get an error when trying to use the alias:
[mycommand-command]
syntax = mycommand field=<field> db="<database>,<database>"
simplesyntax = mycommand field=<field> db=<database>
alias = my
shortdesc = Short Description
description = Description
comment1 = Description1
example1 = * | mycommand field=ex_field db=ex_db
comment2 = Description2
example2 = * | mycommand field=ex_field db="ex_db1,ex_db2"
category = fields::add
appears-in = 6.2.3
maintainer = Kevin Kirsche
usage = public
related = stats
tags = tags
Any reason that when trying to use the alias I get the following:
Command:
* | my field=ex_field db=ex_db
Unknown search command 'my'.
Any idea why this could / would not work?
... View more