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
I want to be able to combine multiple search features (Tags and file name or full text search) in an AND way. Currently they seem to be combined with an OR.
Steps to reproduce
Steps to reproduce the behavior:
Create file context as follows:
create a folder "asdf" and assign tag "asdf"
create a file "test.txt" with content "asdf test" and assign tag "asdf"
Enter search term Tags:"asdf" Content:"test" (with fulltext search) or Tags:"asdf" test (search by file name)
Expected behavior
Search features are combined and as a result only the file test.txt is found.
Actual behavior
Search result shows both the folder and the file.
The text was updated successfully, but these errors were encountered:
Describe the bug
I want to be able to combine multiple search features (Tags and file name or full text search) in an
AND
way. Currently they seem to be combined with anOR
.Steps to reproduce
Steps to reproduce the behavior:
Tags:"asdf" Content:"test"
(with fulltext search) orTags:"asdf" test
(search by file name)Expected behavior
Search features are combined and as a result only the file
test.txt
is found.Actual behavior
Search result shows both the folder and the file.
The text was updated successfully, but these errors were encountered: