What is your current code ?
I guess the option should be before the paginate.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have a problem with the query builder. I use it to make some queries for a Sphinx search. The problem: I want to use the paginate feature but add an option at the end of the query:
option max_matches=10000
So the query should be SELECT (...) LIMIT 0,100 option max_matches=10000
Is there a way to do that?
Please or to participate in this conversation.