mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Don't use field indexer when looking for blank/missing fields
Fixes #4247
This commit is contained in:
parent
85da202cca
commit
953038f0b2
@ -53,7 +53,7 @@ exports.field = function(source,operator,options) {
|
||||
}
|
||||
});
|
||||
} else {
|
||||
if(source.byField) {
|
||||
if(source.byField && operator.operand) {
|
||||
indexedResults = source.byField(fieldname,operator.operand);
|
||||
if(indexedResults) {
|
||||
return indexedResults
|
||||
|
Loading…
Reference in New Issue
Block a user