diff --git a/core/modules/filters/getindex.js b/core/modules/filters/getindex.js index 942596d84..b604d4ec8 100644 --- a/core/modules/filters/getindex.js +++ b/core/modules/filters/getindex.js @@ -15,7 +15,7 @@ returns the value at a given index of datatiddlers /* Export our filter function */ -exports.getIndex = function(source,operator,options) { +exports.getindex = function(source,operator,options) { var data,title,results = []; if(operator.operand){ source(function(tiddler,title) {