Page MenuHomePhabricator

Add EditEngine typeahead
ClosedPublic

Authored by chad on Dec 16 2016, 5:48 AM.
Tags
None
Referenced Files
F13274680: D17065.diff
Fri, May 31, 3:58 AM
F13261821: D17065.diff
Mon, May 27, 1:29 AM
F13249381: D17065.id.diff
Fri, May 24, 9:00 AM
F13219878: D17065.id41053.diff
Sat, May 18, 9:36 PM
F13214903: D17065.diff
Fri, May 17, 1:41 PM
F13196454: D17065.diff
Sun, May 12, 11:16 PM
Unknown Object (File)
Sun, May 5, 11:08 AM
Unknown Object (File)
May 3 2024, 4:24 AM
Subscribers

Details

Summary

Allows you to set forms via typeahead

Test Plan

/typeahead/browse/PhabricatorEditEngineDatasource/

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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?