I'm trying to search the Stack Overflow questions using the php stacks app
But I can't seem to find the search method, I'm trying to pass a search string parameter to the method (if it exists)
For example:
$stackoverflow = API::Site('stackoverflow');
$searchString;
$response = $stackoverflow->???->Exec(); // problem here