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
F19804194: D10619.id25496.diff
Mon, Mar 2, 5:52 AM
F19598983: D10619.diff
Feb 3 2026, 12:06 AM
F19303618: D10619.id25496.diff
Dec 24 2025, 3:16 AM
F19102672: D10619.diff
Dec 5 2025, 7:22 AM
F19026476: D10619.diff
Nov 24 2025, 10:49 AM
F18870437: D10619.id.diff
Nov 4 2025, 5:26 PM
F18829772: D10619.diff
Oct 25 2025, 12:56 AM
F18791604: D10619.diff
Oct 16 2025, 4:09 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.