Get last created pages

Hi,

I want to create an overview page with the last created or last modified pages, but I haven’t a clue how to do this. Any advise or google keyword is appreciated.

Thanks in advance.

Hi Klaus

For that you would have to two options:

  1. Use the https://github.com/neos/typo3cr-search package for indexing and querying by the attribute
  2. Query the node data repository directly and create nodes from node data using a context (non-api)

Hope that helps.

Cheers,
Aske

  1. Query the node data repository directly and create nodes from node data using a context (non-api)

This second point is not clear to me. Data repository? Create nodes from node data?