Page MenuHomePhabricator

Add EditEngine typeahead
ClosedPublic

Authored by chad on Dec 16 2016, 5:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 12:10 AM
Unknown Object (File)
Thu, Apr 11, 8:26 AM
Unknown Object (File)
Fri, Apr 5, 7:05 PM
Unknown Object (File)
Sat, Mar 30, 8:55 AM
Unknown Object (File)
Mar 26 2024, 7:27 PM
Unknown Object (File)
Mar 26 2024, 7:27 PM
Unknown Object (File)
Mar 26 2024, 7:27 PM
Unknown Object (File)
Mar 26 2024, 7:27 PM
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?