Content Card Date Type

The content cards displayed in lists such as search results lists include a date field that can be used as a sorting key. By default, the date shown in this field is the content item's creation date (or in fact its creation time). You can optionally replace the creation date/time with the last-modified date/time if you consider this to be a more useful sort key.

To replace creation date/time with last-modified date/time:

  1. If necessary, switch user to root.

    $ sudo su
  2. Open /etc/escenic/cue-web/config.yml for editing. For example:

    # nano /etc/escenic/cue-web/config.yml
  3. Add the following setting:

    useModificationTimeOnContentCard = true
  4. Save the file.

  5. Enter:

    # dpkg-reconfigure cue-web-3.12

    This reconfigures CUE with the change you made.