You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While searching using current folder feature, it is supposed to search for files and folders inside the current folder. This works fine if the search keyword is not same as the current folder but if the search keyword is same as the current folder, the search result also shows files and folders outside the current folder.
Steps to reproduce
Steps to reproduce the behavior:
admin creates a folder named abc on personal space
admin creates two files named abc.txt and bcd.txt on personal space
admin creates abc.txt and bcd.txt in abc folder
admin navigates to abc folder
admin selects current folder option on search
admin searches for "bcd" and the search result is abc/bcd.txt which is as expected
BUT when admin searches for "abc" the search result are abc, abc.txt, abc/abc.txt
Expected behavior
The search result should only show the results from inside the abc folder.
when admin searches for "abc" the search result should be abc/abc.txt only
@KarunAtreya step 2 says:
"admin creates two folders named abc.txt and bcd.txt on personal space"
should that say "admin creates two files named abc.txt and bcd.txt on personal space"?
Describe the bug
While searching using current folder feature, it is supposed to search for files and folders inside the current folder. This works fine if the search keyword is not same as the current folder but if the search keyword is same as the current folder, the search result also shows files and folders outside the current folder.
Steps to reproduce
Steps to reproduce the behavior:
admin
creates a folder namedabc
on personal spaceadmin
creates two files namedabc.txt
andbcd.txt
on personal spaceadmin
createsabc.txt
andbcd.txt
inabc
folderadmin
navigates toabc
folderadmin
selectscurrent folder
option on searchadmin
searches for"bcd"
and the search result isabc/bcd.txt
which is as expectedadmin
searches for"abc"
the search result areabc
,abc.txt
,abc/abc.txt
Expected behavior
The search result should only show the results from inside the abc folder.
when
admin
searches for "abc" the search result should beabc/abc.txt
onlyActual behavior
using curl command:
Response here
Setup
local
The text was updated successfully, but these errors were encountered: