-
-
Notifications
You must be signed in to change notification settings - Fork 71
Return proper results for posts searches consisting only of word exclusions #1964
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
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ion in checking for exclusion search
|
When we get there, let's make sure there's a test that covers hyphens in strings, like if someone searches on Software Dev for |
We have no way of supporting queries like |
However, I can search for "wsl --shutdown" and that works. I just want to confirm that a |
Ah, I see what you mean now - yeah, that's an important thing to keep track of, I'll add a test case (and handling if necessary) for it |
I failed to use quotes in my comment; I see why that was confusing. |
closes #938
If we cannot use only negative terms, well... let's search for those terms and exclude them from results. I believe this is what end users expect from a search with all words set to "exclude".