Skip to content

Fix terms filter serialization of numeric terms #846

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

Merged
merged 1 commit into from
Aug 4, 2014
Merged

Conversation

gmarz
Copy link
Contributor

@gmarz gmarz commented Aug 4, 2014

Serialization was being skipped when numeric terms were passed to terms
filter due to incorrect IsConditionless() logic. This commit also fixes
a NRE that was being thrown when passing a null terms value. An empty
filter is now created instead.

Closes #843.

Serialization was being skipped when numeric terms were passed to terms
filter due to incorrect IsConditionless() logic.  This commit also fixes
a NRE that was being thrown when passing a null terms value.  An empty
filter is now created instead.

Closes #843.
Mpdreamz added a commit that referenced this pull request Aug 4, 2014
Fix terms filter serialization of numeric terms
@Mpdreamz Mpdreamz merged commit 8a93e9d into develop Aug 4, 2014
@Mpdreamz Mpdreamz deleted the fix/843 branch August 4, 2014 17:52
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

Successfully merging this pull request may close these issues.

2 participants