From 3a180e5631eaf1aaccaf734ac89c5640bf38ce8a Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Mon, 30 Apr 2012 11:08:45 +0200 Subject: [PATCH] added ignore-null --- V8/v8-vocbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V8/v8-vocbase.cpp b/V8/v8-vocbase.cpp index 4121f5bf3d..57ee0e85a8 100644 --- a/V8/v8-vocbase.cpp +++ b/V8/v8-vocbase.cpp @@ -4388,7 +4388,7 @@ static v8::Handle JS_EnsureGeoIndexVocbaseCol (v8::Arguments const& a /// /// Works like @FN{ensureGeoIndex} but requires that the documents contain /// a valid geo definition. If @FA{ignore-null} is true, than documents with -/// a null in @FA{location} or null in at least @FA{latitude} or +/// a null in @FA{location} or at least one null in @FA{latitude} or /// @FA{longitude} are ignored. ////////////////////////////////////////////////////////////////////////////////