Folks,
Perhaps I am making a basic mistake, but I thought the get[fieldname] operator returns the values found in all fields named fieldname, and deduplicates them?
However in this example the select dropdown is returning multiples of each tiddler-type field found, presumably one for every tiddler that has the tiddler-type field
<$select tiddler="$:/temp/gototype/type"> default='task'>
<$list filter='[get[tiddler-type]sort[]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>
Why is it not removing duplicates?
Tw 5.1.19
Thanks in advance
Tony