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
F19918987: D10619.diff
Sat, Apr 4, 11:14 PM
F19910534: D10619.id25496.diff
Thu, Apr 2, 8:33 AM
F19804194: D10619.id25496.diff
Mar 2 2026, 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
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.