Skip to content

Commit f83ea57

Browse files
committed
Fix cloud controls
Fixes #713
1 parent 63b9cad commit f83ea57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

meta/SearchCloud.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,12 @@ public function setLimit($limit)
9898
/**
9999
* Execute this search and return the result
100100
*
101-
* The result is a two dimensional array of Value()s.
101+
* 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.
102103
*
103104
* @return Value[][]
104105
*/
105-
public function execute()
106+
public function getRows()
106107
{
107108
[$sql, $opts] = $this->getSQL();
108109

0 commit comments

Comments
 (0)