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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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/