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
Just stumbled upon this classic typo while using the minimum match function of the terms query. In line 66:
public function setMinimumMatch($minimum) { return $this->setParam('minimum_match', (int) $minimium); }
The text was updated successfully, but these errors were encountered:
Typo in Terms query fixed (issue #74)
1061678
I just fixed it with the most recent commit (and added a test so it doesn't happen again): 1061678
Sorry, something went wrong.
No branches or pull requests
Just stumbled upon this classic typo while using the minimum match function of the terms query. In line 66:
public function setMinimumMatch($minimum) {
return $this->setParam('minimum_match', (int) $minimium);
}
The text was updated successfully, but these errors were encountered: