tags:
label: Tags
type: tags
lower: true
index: all
It used to allow me to have autocompletion from the tags used on other pages. I’m trying to redo the same in Kirby 3 with the query language but cannot figure out the right syntax.
The ideal would be to autocomplete only with the tags of the other articles. I tried something like:
But the panel throws errors: Missing "text" definition and then Missing "value" definition once text is defined.
I didn’t find any help about using query to get fields values in the docs. Anybody knows what I should put as text and value for queries on field values?
Oh, I got something with item instead of arrayItem. However it returns the whole list of tags for an article and not each separately (for example: focus, iteration, adjust, adapt, commitment).
I tried to change the query to split the values with: