Skip to content
New issue

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

undefined variable: minimium in Elastica/Query/Terms #74

Closed
ghost opened this issue Aug 22, 2011 · 1 comment
Closed

undefined variable: minimium in Elastica/Query/Terms #74

ghost opened this issue Aug 22, 2011 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 22, 2011

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);
}

ruflin added a commit that referenced this issue Aug 22, 2011
@ruflin
Copy link
Owner

ruflin commented Aug 22, 2011

I just fixed it with the most recent commit (and added a test so it doesn't happen again): 1061678

@ruflin ruflin closed this as completed Aug 22, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant