0

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?

Jason Aller
  • 3,541
  • 28
  • 38
  • 38
Arek van Schaijk
  • 1,432
  • 11
  • 34

1 Answers1

3

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/