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
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
Unknown Object (File)
Thu, Apr 4, 11:41 AM
Unknown Object (File)
Mon, Apr 1, 5:33 PM
Unknown Object (File)
Mar 16 2024, 4:30 AM
Unknown Object (File)
Feb 6 2024, 7:47 PM
Unknown Object (File)
Jan 7 2024, 9:01 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.