-
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
[search] No response from server while searching inside a folder containing space in name #7114
Comments
@grgprarup is the problem if the name contains the string |
its the space character " ", e.g. |
It seems that when I switch to "all folders" it works. Therefor easy workaround, not a blocker. |
|
cc: @2403905 looks like a scope issue, should I check or do you take over |
its the whitespace character:
regex: it cannot handle the whitespace... which is hard.... how to detect if file is part of the path or a dedicated query token on its own.... let us discuss this in zoom |
IMHO annoying bug but no release blocker |
will be fixed in the next release, i take this as a test item for the kql story, we have to quote it! |
✅ for the kql version: 5dc8d3f |
Test Coverage:
|
@janackermann Can we wrap the |
I guess the issue can be closed. using resourceID in before: now: |
Describe the bug
The server response is empty when the file is searched inside a current folder if the parent folder name has
whitespace character
in it.Steps to reproduce
Steps to reproduce the behavior:
einstein
, Create a folderNew Folder
file1.txt
in the root and inside ofNew Folder
file
from inside theNew Folder
Expected behavior
Must return a list of files.
Actual behavior
Payload
Response
<d:multistatus xmlns:s="http://sabredav.org/ns" xmlns:d="DAV:" xmlns:oc="http://owncloud.org/ns"></d:multistatus>
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
OCIS_version= 3.1.0-rc.1, 4.0.0-rc.1
The text was updated successfully, but these errors were encountered: