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
F14010740: D10619.diff
Thu, Oct 31, 12:11 PM
F13985747: D10619.id25511.diff
Sun, Oct 20, 10:41 PM
F13977151: D10619.id25496.diff
Oct 18 2024, 5:24 PM
F13976918: D10619.diff
Oct 18 2024, 4:18 PM
F13957981: D10619.id.diff
Oct 14 2024, 12:17 PM
Unknown Object (File)
Oct 2 2024, 3:12 AM
Unknown Object (File)
Sep 12 2024, 11:12 PM
Unknown Object (File)
Sep 12 2024, 12:23 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
Branch
utf1
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2714
Build 2718: [Placeholder Plan] Wait for 30 Seconds

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.