提交 95fd58bf 编写于 作者: R rsercano

resolves #549

上级 2af2cab1
......@@ -238,7 +238,7 @@ IndexManagement.prototype = {
if (twodExists) this.setOptionsForTwoDIndex(index);
if (twodSphereExists) this.setOptionsForTwoDSphereIndex(index);
if (geoHaystackExists) this.setOptionsForGeohaystackIndex(index);
this.setOtherOptionsForIndex(index, ttl, partialFilterExpression, indexName, collation);
this.setOtherOptionsForIndex(index, parseInt(ttl, 10), partialFilterExpression, indexName, collation);
return index;
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册