-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
Affects Version/s: 1.36.4
-
Component/s: Collection
-
None
-
Environment:OS: Windows 11
node.js / npm versions:
Additional info:
-
Not Needed
Problem Statement/Rationale
Filter is not preserved when switching from a collection and back. The filter should be preserved.
Steps to Reproduce
- open a collection in a new tab
- fill in any filter, e.g. {_id: "ahoj"} and confirm. A search will take place.
- select (switch to) any other collection
- select the first collection again
Expected Results
The previous tab with filter filled in (with {_id: "ahoj"}) will appear.
Actual Results
The previous tab will appear but the filter (with project, sort, collation) is cleared.
Additional Notes
That is absolutely annoying. You loose all the data entered.
- clones
-
COMPASS-6810 History doesn't populate the filter on click (1.36.4)
- Closed