Page MenuHomePhabricator

Tokenizers - improve algorithm around exact matches.
ClosedPublic

Authored by btrahan on Jan 9 2015, 10:43 PM.
Tags
None
Referenced Files
F19881936: D11305.diff
Thu, Mar 19, 3:31 AM
F19868549: D11305.diff
Sun, Mar 15, 3:16 AM
F19841515: D11305.diff
Wed, Mar 11, 8:15 PM
F19826935: D11305.id27163.diff
Mon, Mar 9, 3:52 AM
F19825493: D11305.id27164.diff
Sun, Mar 8, 12:02 PM
F19811826: D11305.diff
Wed, Mar 4, 2:40 AM
F19799311: D11305.id27162.diff
Fri, Feb 27, 11:21 PM
F19799037: D11305.id27164.diff
Fri, Feb 27, 10:48 PM
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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.