We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello !
First, thank you for your lib.
$maxResults var is not used (nor documented) so the limit is not applied.
$maxResults
public function search($searchTerms, $wantedTypes = null, $maxResults = null) {
v5.2.4
To save some time on runtime, the limit should be applied when you fetch the data. Inception returns too much results and it's a bit long.
Thanks for the fix. 👍
The text was updated successfully, but these errors were encountered:
Fix tboothman#111 - TitleSearch::search will stop searching after lim…
8f9ca93
…it reached
44cd304
No branches or pull requests
Hello !
First, thank you for your lib.
$maxResults
var is not used (nor documented) so the limit is not applied.v5.2.4
To save some time on runtime, the limit should be applied when you fetch the data.
Inception returns too much results and it's a bit long.
Thanks for the fix. 👍
The text was updated successfully, but these errors were encountered: