Skip to content
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

Missing search result for exact article name, unless "title:" operator is used #1237

Open
mvuets opened this issue Jan 2, 2024 · 2 comments

Comments

@mvuets
Copy link

mvuets commented Jan 2, 2024

I was trying to check if this article Files are hard had been submitted before, but search gave me zero results. I'd expect one-to-one match should be included. The article does show up when "title:" operator is used, though:

  • Files are hard
    0 results for Files are hard
    Search query parsed to:
    Files
        Term: Files 
    are
        Term: are 
    hard
        Term: hard
    
  • title:"Files are hard"
    1 result for title:"Files are hard"
    
    Search query parsed to:
    
    title:"Files are hard"
        Title: "Files are hard"
    
@lokeshk88

This comment was marked as spam.

@lokeshk88

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants