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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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.