We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f6ac14 commit 63f7affCopy full SHA for 63f7aff
libraries/plugins/elasticsearch/elasticsearch_plugin.cpp
@@ -566,14 +566,6 @@ vector<operation_history_object> elasticsearch_plugin::get_account_history(
566
"query_string": {
567
"query": "account_history.account: )" + account_id_string + range + R"("
568
}
569
- },
570
- {
571
- "range": {
572
- "block_data.block_time": {
573
- "gte": "now-20y",
574
- "lte": "now"
575
- }
576
577
578
]
579
0 commit comments