Added DISTANCE to command generation

This commit is contained in:
w1n2k 2017-01-10 21:03:09 +03:00
parent 1b20a4c590
commit 44a596b12b
2 changed files with 76 additions and 64 deletions

View File

@ -483,6 +483,12 @@
"type": "pattern", "type": "pattern",
"optional": true "optional": true
}, },
{
"command": "DISTANCE",
"name": [],
"type": [],
"optional": true
},
{ {
"command": "WHERE", "command": "WHERE",
"name": ["field","min","max"], "name": ["field","min","max"],

View File

@ -645,6 +645,12 @@ var commandsJSON = `{
"type": "pattern", "type": "pattern",
"optional": true "optional": true
}, },
{
"command": "DISTANCE",
"name": [],
"type": [],
"optional": true
},
{ {
"command": "WHERE", "command": "WHERE",
"name": ["field","min","max"], "name": ["field","min","max"],