Skip to content

Commit

Permalink
remove range from second ES query
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jul 31, 2019
1 parent 1f6ac14 commit 63f7aff
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libraries/plugins/elasticsearch/elasticsearch_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -566,14 +566,6 @@ vector<operation_history_object> elasticsearch_plugin::get_account_history(
"query_string": {
"query": "account_history.account: )" + account_id_string + range + R"("
}
},
{
"range": {
"block_data.block_time": {
"gte": "now-20y",
"lte": "now"
}
}
}
]
}
Expand Down

0 comments on commit 63f7aff

Please sign in to comment.