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

Fix archival storage display of deletion requests #251

Merged
merged 3 commits into from
Jun 15, 2015

Conversation

mistydemeo
Copy link
Contributor

  • "term" query no longer matches DEL_REQ in Elasticsearch 1.x; use a "match" query instead
  • Fix elasticSearchFunctions.delete_matching_documents, which used the old pyes-style function name/parameters and had an invalid query

@Hwesta
Copy link
Contributor

Hwesta commented Jun 15, 2015

Oops, I should have made a PR with this earlier. 0961e58 maybe be useful re deleting documents.

Refactor to use delete_by_query instead of querying individually. Add
tests.
@mistydemeo
Copy link
Contributor Author

Cherry-picked!

@Hwesta
Copy link
Contributor

Hwesta commented Jun 15, 2015

👍

@qubot qubot merged commit 8ae7428 into qa/1.x Jun 15, 2015
@mistydemeo mistydemeo deleted the dev/issue-8533-aip_deletion_archival_storage branch June 16, 2015 16:21
@qubot qubot restored the dev/issue-8533-aip_deletion_archival_storage branch June 16, 2015 17:44
@qubot qubot deleted the dev/issue-8533-aip_deletion_archival_storage branch July 24, 2015 23:57
@Hwesta Hwesta added this to the 1.5.0 milestone Sep 21, 2015
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.

3 participants