Page MenuHomePhabricator

Tokenizers - improve algorithm around exact matches.
ClosedPublic

Authored by btrahan on Jan 9 2015, 10:43 PM.
Tags
None
Referenced Files
F19529598: D11305.id.diff
Jan 19 2026, 5:18 PM
F19526469: D11305.id.diff
Jan 18 2026, 5:17 PM
F19525729: D11305.id27163.diff
Jan 18 2026, 11:39 AM
F19521730: D11305.id27163.diff
Jan 17 2026, 1:13 AM
F19516535: D11305.id27163.diff
Jan 15 2026, 1:09 AM
F19514355: D11305.id27163.diff
Jan 14 2026, 1:10 AM
F19513484: D11305.id27162.diff
Jan 13 2026, 1:27 PM
F19508476: D11305.diff
Jan 10 2026, 5:26 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
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.