-
Notifications
You must be signed in to change notification settings - Fork 186
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
Empty search list when sharee searches a folder that has been renamed by sharer #7262
Comments
Yes, this is a problem. The back-end search facility needs to (somehow) understand that Einstein has a folder named And probably the back-end search-engine knows the latest name that Marie has given the folder, and it is indexed somewhere by that name. That is good for Marie, but not so good for Einstein. And, if Einstein himself renames |
I see that we have raised this issue here #6376 as well. and based on this comment #6376 (comment), I understand that we want to leave it like it is, so we closed issue |
Correct. Renaming shares does not affect both sides. Everybody can do renames which are not visible to the other share participants. |
Understood, the renaming part is clear. |
This issue NOT about the different names of the folder as seen by the sharer and sharee. It is about what happens when the sharee tries to search for the folder after the sharer has changed the folder name (and the folder name for the sharee is the same as previously) |
From my pov, the search needs to be consistent with the name in the file list / shared with me list. |
Describe the bug
When sharee searches the folder after renamed by sharer then the search list of sharee is empty.
Steps to reproduce
Steps to reproduce the behavior:
marie
, create a folderfolder1
marie
, share a folder toeinstein
einstein
, accept the sharemarie
, rename folderfolder1
tofolder2
einstein
, there is folderfolder1
in share-with-me page7. As
einstein
, search the folderfolder1
using web UIExpected behavior
The
folder1
should be contains in search listActual behavior
The search list does not contains
folder1
But
when
einstein
searches resources by namefolder2
The text was updated successfully, but these errors were encountered: