Homec4science

Use `sort`, not `text`, for search index table

Authored by epriestley <git@epriestley.com> on Oct 2 2014, 18:50.

Description

Use sort, not text, for search index table

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".

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T1191

Differential Revision: https://secure.phabricator.com/D10619

Details

Committed
epriestley <git@epriestley.com>Oct 2 2014, 18:50
Pushed
aubortJan 31 2017, 17:16
Parents
rPH5f8280506862: Make execution order of Herald rules explicit
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHe4e5a2004fe0: Use `sort`, not `text`, for search index table (authored by epriestley <git@epriestley.com>).Oct 2 2014, 18:50