Page MenuHomePhabricator

Add EditEngine typeahead
ClosedPublic

Authored by chad on Dec 16 2016, 5:48 AM.
Tags
None
Referenced Files
F14057358: D17065.diff
Sun, Nov 17, 2:24 AM
F14021846: D17065.id41053.diff
Wed, Nov 6, 12:58 PM
F14021845: D17065.id.diff
Wed, Nov 6, 12:58 PM
F14021844: D17065.id41069.diff
Wed, Nov 6, 12:58 PM
F14021726: D17065.diff
Wed, Nov 6, 11:44 AM
F13993205: D17065.id41053.diff
Tue, Oct 22, 9:22 PM
F13968686: D17065.id41069.diff
Oct 16 2024, 10:43 PM
F13958657: D17065.diff
Oct 14 2024, 3:57 PM
Subscribers

Details

Summary

Allows you to set forms via typeahead

Test Plan

/typeahead/browse/PhabricatorEditEngineDatasource/

Diff Detail

Repository
rP Phabricator
Branch
form-typeahead (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 14942
Build 19582: Run Core Tests
Build 19581: arc lint + arc unit

Event Timeline

chad retitled this revision from to Add EditEngine typeahead.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.

Potential issues on D17064 mostly apply here, too, but nothing too critical.

This revision is now accepted and ready to land.Dec 16 2016, 12:01 PM

I just build ngram indexes for them or is there something simpler? I plan to make these more useful in the next pass.

ngram indexes are the simplest available approach.

This revision was automatically updated to reflect the committed changes.

Realized here tonight that builtin forms don't have PHIDs, so the typeahead only works with Custom Forms. Any easy solution?