JGoogleDataPlusActivities::search
Search all public activities.
Signature
public function search(string
$query,
[string
$fields = null,
[string
$language = null,
[integer
$max = 10,
[string
$order = null,
[string
$token = null]]]]] )
Parameters
-
$query
- Full-text search query string.
-
$fields
- Used to specify the fields you want returned.
-
$language
- Specify the preferred language to search with. https://developers.google.com/+/api/search#available-languages
-
$max
- The maximum number of people to include in the response, used for paging.
-
$order
- Specifies how to order search results. Acceptable values are "best" and "recent".
-
$token
- The continuation token, used to page through large result sets. To get the next page of results, set this
Returns
- mixed
- Data from Google