Identifier Key Type
Values of this type denote a zettel identifier.
Allowed values
Must be a sequence of 14 digits (0
–9
).
Match operator
A value matches an identifier value, if the first value is the prefix of the identifier value.
For example, 000010
matches 00001006032000
.
Sorting
Sorting is done by comparing the String values.
If both values are identifiers, this works well because both have the same length.