We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Negative search works incorrectly when search starts with a negative search.
Create a small repo with only one note
--- title: duw tags: [test] --- There is no content
Type -content in search box
-content
The note appears in search result.
However, typing duw -content in search box works correctly. It seems that this bug only happens when a search starts with a negative search.
duw -content
The text was updated successfully, but these errors were encountered:
git
No branches or pull requests
Description
Negative search works incorrectly when search starts with a negative search.
Reproduce
Create a small repo with only one note
Type
-content
in search boxThe note appears in search result.
Analysis
However, typing
duw -content
in search box works correctly. It seems that this bug only happens when a search starts with a negative search.The text was updated successfully, but these errors were encountered: