kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fix problem with search filter operator
rodzic
597b8ca4b1
commit
3282bd948f
|
@ -18,7 +18,7 @@ Export our filter function
|
|||
exports.search = function(source,operator,options) {
|
||||
var invert = operator.prefix === "!";
|
||||
return options.wiki.search(operator.operand,{
|
||||
titles: source,
|
||||
source: source,
|
||||
invert: invert
|
||||
});
|
||||
};
|
||||
|
|
Ładowanie…
Reference in New Issue