-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search results sometimes show the wrong contextual path, or no path at all #5469
Comments
replicated - looking into it. |
Steps to Reproduce |
Verified Fixed: Testathon 8/2/22 |
@rukmini-bose Suspect those objects were "deleted" and are unreachable from the root object. ie. they're orphaned objects. We will look at better handling for deleted objects in Build 7, however we could just ignore any objects without an original path for now? @scottbell Thoughts? |
@akhenry @rukmini-bose Yeah, that should be pretty straightforward to do! |
Will fix based on @rukmini-bose 's finding in #3823 |
I have a fix in: |
Verified Fixed - Testathon 8/4/22 Created an object. Searched, it was there. Deleted it. Searched, it was no longer there. |
Verified Testathon 8/9/22: Created an object. Was able to find it in the search. Tried switching focused path a few times and searching again, it still shows the correct path. Focused folders which were outside of 'My Items' folder and tested again, still shows the correct path. Deleted the object, and it no longer was able to be found via search. |
Verified Testathon 8/11/22 |
Summary
When displaying a list of search results, the results sometimes have the wrong contextual path displayed below each result, or the path is completely absent. This may relate to #5439
Expected vs Current Behavior
Each search result should include the contextual path to the object.
Steps to Reproduce
Environment
Impact Check List
The text was updated successfully, but these errors were encountered: