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
After abandoning a blocking/filtering channel, the blocked/filtered claims don't get unblocked/unfiltered.
Reported by @tzarebczan
The text was updated successfully, but these errors were encountered:
curl -X POST "localhost:9200/claims/_update_by_query?pretty" -H 'Content-Type: application/json' -d' { "script": { "source": "ctx._source.censor_type=0; ctx._source.censoring_channel_id=null;", "lang": "painless" }, "query": { "term": { "channel_id": "x" } } } '
this query was used to manually do it, we could use something similar but querying for another field
Sorry, something went wrong.
It does resolve, just won't return in claim search.
No branches or pull requests
After abandoning a blocking/filtering channel, the blocked/filtered claims don't get unblocked/unfiltered.
Reported by @tzarebczan
The text was updated successfully, but these errors were encountered: