@bnomei as always appreciate your reactivity. Just an important note, I just noticed that when adding the option search to the extended fields, it stops working again. Don’t know if it’s a bug with Kirby 4?
type: multiselect
options:
type: query
query: kirby.collection('boostidkvscachedstories')
text: "{{ arrayItem.text }}"
value: "{{ arrayItem.value }}"
# Not working with these options:
#search:
# min: 3
# display: 10
Hm, I cannot reproduce this in a starterkit with the notes collection. But what I am getting is a basically empty list with arrayItem instead of item (which is the current syntax for all kind of items no matter the collection).
boost is forwarding a collection of \Kirby\Toolkit\Obj to the panel. using item does not seem to work properly then either. I will keep investigating. Thanks for checking with the starterkit.