0
votes

I'm using Extbase in TYPO3.

I want to create some repository function which can get a random record from the database.

Is there a way to resolve this with the Extbase Query Language?

1
Is that still an issue in 2018? I think so, but not sureUrs

1 Answers

3
votes

Look at this issue: http://forge.typo3.org/issues/14026

Seems like this is still a problem in Extbase.

But there is some workarounds like this one: http://typo3blogger.de/random-record-repository/