MongoDB: Add operators

This commit is contained in:
Jakub Vrana 2021-02-09 11:31:37 +01:00
parent 513e1f425f
commit 38e741054a

View file

@ -736,6 +736,7 @@ if (isset($_GET["mongo"])) {
return array( return array(
'possible_drivers' => array("mongo", "mongodb"), 'possible_drivers' => array("mongo", "mongodb"),
'jush' => "mongo", 'jush' => "mongo",
'operators' => array(""),
'functions' => array(), 'functions' => array(),
'grouping' => array(), 'grouping' => array(),
'edit_functions' => array(array("json")), 'edit_functions' => array(array("json")),