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
F15434061: D10619.id.diff
Tue, Mar 25, 1:46 AM
F15395262: D10619.id25496.diff
Sun, Mar 16, 4:25 AM
Unknown Object (File)
Feb 22 2025, 11:21 AM
Unknown Object (File)
Feb 7 2025, 11:34 PM
Unknown Object (File)
Feb 7 2025, 11:34 PM
Unknown Object (File)
Feb 7 2025, 11:34 PM
Unknown Object (File)
Jan 28 2025, 11:12 AM
Unknown Object (File)
Jan 26 2025, 5:53 PM
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.