We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b9cad commit f83ea57Copy full SHA for f83ea57
meta/SearchCloud.php
@@ -98,11 +98,12 @@ public function setLimit($limit)
98
/**
99
* Execute this search and return the result
100
*
101
- * The result is a two dimensional array of Value()s.
+ * Because the cloud uses a different search, we omit calling
102
+ * getResult() und run() methods of the parent class, and return the result array directly.
103
104
* @return Value[][]
105
*/
- public function execute()
106
+ public function getRows()
107
{
108
[$sql, $opts] = $this->getSQL();
109
0 commit comments