Skip to content

Improve search results with short words / MySQL stopwords #2

Description

@andersonshatch

Searching for statuses with short words, or common words on the full-text stopword list gives poor results.

At least initially, when getting 0 results using full-text index, querying should fall back to LIKE %$text% to hopefully get something.

Examples that should provide good results that doesn't presently:

  • "The Last of Us"
  • "PS3" -- by default 3 letter words are not included in the full-text index, though this is changeable on the MySQL instance.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions