Sort field options query-results

https://getkirby.com/docs/cheatsheet/panel-fields/checkboxes

Would be nice if the query object would accept a sort/order key for example:

query:
      page: faq
      fetch: children
      value: '{{uid}}'
      sort: question asc
      text: '{{question}}'

In the meantime this plugin might be interesting for you:

There’s even an old pull request: https://github.com/getkirby/panel/pull/683

Don’t think we will see this feature in Kirby 2, but certainly worth keeping in mind for the Kirby 3, @lukasbestle?

I am always fascinated how quickly i recieve responses here :slight_smile: :+1:

Yes, most likely not in v2, but we might consider this for v3. :slight_smile:

1 Like