@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Turn off spellcheck, etc, on main search input

Summary: Ref T12872, turns off all these "helpful" fields.

Test Plan: Type "phab" in main search and do not get a suggestion for "phablet".

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12872

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

+3
+3
src/view/page/menu/PhabricatorMainMenuSearchView.php
··· 39 39 'name' => 'query', 40 40 'id' => $search_id, 41 41 'autocomplete' => 'off', 42 + 'autocorrect' => 'off', 43 + 'autocapitalize' => 'off', 44 + 'spellcheck' => 'false', 42 45 )); 43 46 44 47 $target = javelin_tag(