Skip to content

Commit c9aa4cf

Browse files
committed
Merge pull request #302 from TransitScreen/master
Mention search api in docs under Issues find()
2 parents 93684a1 + 8b3050b commit c9aa4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Returns an array of issues.
2323
$issues = $client->api('issue')->find('KnpLabs', 'php-github-api', 'closed', 'bug');
2424
```
2525

26-
Returns an array of closed issues matching the "bug" term.
26+
Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](search.md) which supports the advanced GitHub search syntax.
2727

2828
### Get information about an issue
2929

0 commit comments

Comments
 (0)