Page MenuHomePhabricator

Provide a setup warning about using the default MySQL stopword file
ClosedPublic

Authored by epriestley on Aug 13 2014, 8:46 PM.
Tags
None
Referenced Files
F15435077: D10258.id.diff
Tue, Mar 25, 6:44 AM
F15415722: D10258.id.diff
Mar 20 2025, 7:40 AM
F15415586: D10258.id24694.diff
Mar 20 2025, 6:47 AM
F15415169: D10258.id24701.diff
Mar 20 2025, 4:33 AM
F15409894: D10258.diff
Mar 19 2025, 5:51 AM
F15389159: D10258.id24694.diff
Mar 15 2025, 4:57 AM
F15383760: D10258.id24701.diff
Mar 14 2025, 5:50 PM
F15345184: D10258.id24701.diff
Mar 10 2025, 8:55 AM
Subscribers

Details

Summary

Fixes T2605.

  • Add a setup warning about the stopword file.
  • Provide a simpler stopword file.
Test Plan
  • Hit setup warning.
  • Resolved it according to instructions.
  • Added "various" to a task, then searched for it, found the task.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Provide a setup warning about using the default MySQL stopword file.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
resources/sql/stopwords.txt
2

I generated this by taking a list of the 500 most common english words from Google and going down them randomly removing things I imagined people might conceivably want to search for.

btrahan edited edge metadata.
This revision is now accepted and ready to land.Aug 13 2014, 9:56 PM
epriestley updated this revision to Diff 24701.

Closed by commit rPe616f166ae9f (authored by @epriestley).