unionco / calendarize

Calendar Field Type for CraftCMS
MIT License
18 stars 13 forks source link

Element query sort by calendarizeHandle possibility? #24

Open Tim-Wils opened 5 years ago

Tim-Wils commented 5 years ago

Hi!

Is it possible to sort a ElementQuery in Twig by the calendarizeHandle like so?: {% set items = craft.entries.relatedTo('events').orderBy('calendarizeHandle.startDate asc').limit(5).all() %}

I want to get the related entries ordered by the startdate of the event.

codetopixels commented 5 years ago

Has there been a solution for this? Would very much like to use relatedTo

fvaldes33 commented 5 years ago

@divyan I am a bit behind on some of the feature request. I will be dedicating some time to this plugin this week and the next.

@codetopixels this issue is related to sorting by a calendarize sub-field handle not the "relatedTo" use. What do you mean by adding "relatedTo" functionality?

codetopixels commented 5 years ago

@fvaldes33 Sorry have just realised, please ignore the above. Thank you for the quick response.

controlnocontrol commented 1 year ago

Hello, has this been done?