derhansen / sf_event_mgt

An event management and registration extension for TYPO3 CMS based on ExtBase and Fluid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] Always show top events first

derhansen opened this issue · comments

Add an option in the event list and search plugin, so it is possible to show top events in the result list on top.

Example for Repository:

        $orderings['top_event'] = QueryInterface::ORDER_DESCENDING;
        $orderings['startdate'] = QueryInterface::ORDER_ASCENDING;

Should be a new option in the event demand.