-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: CRUD
-
None
-
Environment:OS: MacOS Sequoia 15.7
node.js / npm versions: v20.19.5 / 10.8.2
Additional info:
-
8
-
None
-
None
-
Developer Tools
Problem Statement/Rationale
If the document has the text value in the body but not visible, the search feature should scroll to the next value in the document.
Please be sure to attach relevant logs with any sensitive data redacted.
How to retrieve logs for: Compass; Shell
Steps to Reproduce
Create a document with a text string in multiple places such that some of the values are off screen. Find the document in the collection and search for the field using Edit->Find from the menu. You will only see results for the text that is already visible in the window.
Expected Results
I expect the search to navigate between all values in the document.
Actual Results
It will show nothing if the value is not presented on screen. It will hi-light the text if it's visible, which is not enough.
Additional Notes
The most important use case is when in the edit view of a document though it appears to be consistent regardless of the view.