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

indexed on field in case and form API #22252

Merged
merged 6 commits into from
Nov 2, 2018
Merged

indexed on field in case and form API #22252

merged 6 commits into from
Nov 2, 2018

Conversation

snopoke
Copy link
Contributor

@snopoke snopoke commented Nov 1, 2018

This data is already present in the ES index. Exposing
it so that the data export tool can use it for sorting / filtering: dimagi/commcare-export#107

First commit is the real change, 2nd and 3rd are refactors.

This data is already present in the ES index. Exposing
it so that the data export tool can use it for sorting / filtering.
frustrated with the old method and also wanted to be
able to have a single ES filter for date ranges instead
of ANDing 2 together
@snopoke snopoke added the product/all-users-all-environments Change impacts all users on all environments label Nov 1, 2018
@@ -18,6 +18,10 @@


from __future__ import unicode_literals

import six

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

W1618 import missing from __future__ import absolute_import

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
product/all-users-all-environments Change impacts all users on all environments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants