Added DISTANCE to command generation
This commit is contained in:
parent
1b20a4c590
commit
44a596b12b
@ -483,6 +483,12 @@
|
||||
"type": "pattern",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "DISTANCE",
|
||||
"name": [],
|
||||
"type": [],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "WHERE",
|
||||
"name": ["field","min","max"],
|
||||
|
@ -645,6 +645,12 @@ var commandsJSON = `{
|
||||
"type": "pattern",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "DISTANCE",
|
||||
"name": [],
|
||||
"type": [],
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"command": "WHERE",
|
||||
"name": ["field","min","max"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user