Page MenuHomePhabricator

Use `sort`, not `text`, for search index table
ClosedPublic

Authored by epriestley on Oct 1 2014, 8:11 PM.
Tags
None
Referenced Files
F13136175: D10619.id25496.diff
Thu, May 2, 12:43 PM
Unknown Object (File)
Mon, Apr 29, 4:07 AM
Unknown Object (File)
Fri, Apr 26, 4:15 PM
Unknown Object (File)
Fri, Apr 26, 5:01 AM
Unknown Object (File)
Wed, Apr 24, 11:34 PM
Unknown Object (File)
Thu, Apr 11, 7:04 PM
Unknown Object (File)
Wed, Apr 10, 7:15 AM
Unknown Object (File)
Sat, Apr 6, 4:18 AM
Subscribers

Details

Summary

Ref T1191. The index's case sensitivity depends on the column type. Using text makes the search case-sensitive, which is not desirable.

Test Plan

After adjustment, searched for "PROJECTS" and found hits against "projects".

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Use `sort`, not `text`, for search index table.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
This revision is now accepted and ready to land.Oct 2 2014, 4:32 PM
This revision was automatically updated to reflect the committed changes.