Page MenuHomePhabricator

Tokenizers - improve algorithm around exact matches.
ClosedPublic

Authored by btrahan on Jan 9 2015, 10:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 26, 3:41 AM
Unknown Object (File)
Feb 14 2024, 4:21 PM
Unknown Object (File)
Feb 8 2024, 3:08 PM
Unknown Object (File)
Feb 7 2024, 4:53 PM
Unknown Object (File)
Feb 5 2024, 1:33 AM
Unknown Object (File)
Feb 3 2024, 1:52 AM
Unknown Object (File)
Jan 19 2024, 8:08 AM
Unknown Object (File)
Jan 19 2024, 8:08 AM
Subscribers

Details

Summary

Fixes T6102. Gets the from D10867 running in the tokenizer. This thing is pretty copy / pastey, but I guess that's okay?

Test Plan

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

Repository
rP Phabricator
Branch
T6102
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3724
Build 3735: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

btrahan retitled this revision from to Tokenizers - improve algorithm around exact matches..
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
webroot/rsrc/js/core/Prefab.js
105–107

whoops, will fix

forgot the "/g" on the quick regex I wrote in my text editor to update the iteration variables.

epriestley edited edge metadata.

yeah fix all that extra jj stuff

seems fine otherwise

This revision is now accepted and ready to land.Jan 9 2015, 10:52 PM

(Your update is fine, I was just looking at v1.)

This revision was automatically updated to reflect the committed changes.