Problem Description:
After entering a query and trying to export the collection to a CSV or JSON file. I'm getting all the documents in the collection, rather than only the ones selected by the query.
Steps to Reproduce:
1. Enter a query that doesn't return all documents:
2. After running the query, you should get a specific number of documents
3. Click on the button "Export Collection":
4. The displayed window will show that is going to export ALL the documents (2,688,702 results) rather than the 158,773 selected by the query.
Expected Results:
It should export only the query results and not all the collection.
Actual Results
It's exporting all the collection, regardless the query that was introduced.
Additional Notes:
It was working perfectly in the previous version.
- duplicates
-
COMPASS-4541 When exporting with filter, document count doesn't match the result
- Closed
-
COMPASS-4255 Document count on progress indicator for export with filter includes all documents and not subset
- Closed
-
COMPASS-4459 Exporting document shows the total # of documents as result count
- Closed
- is duplicated by
-
COMPASS-6339 'Export query with filters' provides incorrect result size
- Closed
- is related to
-
COMPASS-4906 Timeseries document count not available with driver v4
- Closed