diff --git a/R/query_gen_actors.R b/R/query_gen_actors.R index 7401421..b9b2fb1 100644 --- a/R/query_gen_actors.R +++ b/R/query_gen_actors.R @@ -19,7 +19,6 @@ query_gen_actors <- function(actor, country, pre_tags, post_tags) { {"bool": { "filter":[ {"term":{"country":"',country,'"}}, - {"term":{"version":"agg_V1"}}, {"range":{"publication_date":{"gte":"',startdate,'","lte":"',enddate,'"}}}, {"query_string" : { "default_operator" : "OR",