mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
mod_mongo: update mongo_find_one syntax
This commit is contained in:
parent
b90f2446d4
commit
43da8509f5
@ -24,6 +24,7 @@
|
||||
* Contributor(s):
|
||||
*
|
||||
* Tamas Cseke <cstomi.levlist@gmail.com>
|
||||
* Christopher Rienzo <crienzo@grasshopper.com>
|
||||
*
|
||||
* mod_mongo.cpp -- API for MongoDB
|
||||
*
|
||||
@ -33,7 +34,7 @@
|
||||
#include "mod_mongo.h"
|
||||
|
||||
#define DELIMITER ';'
|
||||
#define FIND_ONE_SYNTAX "mongo_find_one ns; query; fields"
|
||||
#define FIND_ONE_SYNTAX "mongo_find_one ns; query; fields; options"
|
||||
#define MAPREDUCE_SYNTAX "mongo_mapreduce ns; query"
|
||||
|
||||
static struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user