Skip to content

Search function giving empty results #6

@Purus

Description

@Purus

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions