Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T6102: Improve typeahead behavior around exact matches
- Commits
- Restricted Diffusion Commit
rP49ee09be3f45: Tokenizers - improve algorithm around exact matches.
looked at a project tokenizer and typed "project". since I have a million things with the word "project" in it, I was delighted to see the "project" project first in this project tokenizer.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- T6102
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 3723 Build 3734: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
webroot/rsrc/js/core/Prefab.js | ||
---|---|---|
105–107 | whoops, will fix |
Comment Actions
forgot the "/g" on the quick regex I wrote in my text editor to update the iteration variables.