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.
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: