-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
How can I use this wrapper library to implement the search function?
It just returns an empty array.
The code I used is below.
$requestArgs = array(
'limit' => $count,
'page' => $page,
'resources' => 'games',
'query' => $text
);
$response = $this->client->search($requestArgs);Below is the output that I get.
array(
[error] => OK
[limit] => 10
[offset] => 0
[number_of_page_results] => 146
[number_of_total_results] => 11325
[status_code] => 1
[results] => array()
[version] => 1.0
)Metadata
Metadata
Assignees
Labels
No labels