mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
added querying by relation's properties
This commit is contained in:
@@ -13,7 +13,7 @@ class Attribute {
|
||||
/** @param {string} */
|
||||
this.name = row.name.toLowerCase();
|
||||
/** @param {string} */
|
||||
this.value = row.value.toLowerCase();
|
||||
this.value = row.type === 'label'? row.value.toLowerCase() : row.value;
|
||||
/** @param {boolean} */
|
||||
this.isInheritable = !!row.isInheritable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user