Page MenuHomePhorge

Implement ferret engine in typeahead datasource query for repos
ClosedPublic

Authored by bekay on Sat, Sep 2, 16:24.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 22, 06:34
Unknown Object (File)
Thu, Sep 21, 11:46
Unknown Object (File)
Sun, Sep 17, 11:40
Unknown Object (File)
Sat, Sep 16, 19:25
Unknown Object (File)
Sat, Sep 16, 04:58
Unknown Object (File)
Fri, Sep 15, 23:36
Unknown Object (File)
Fri, Sep 15, 16:53
Unknown Object (File)
Thu, Sep 14, 07:42

Details

Summary

This broadens the typeahead datasource search for repos. Before this patch a repository named "Alligator Simulator" would not be found with the search string "simu...". This is patched with the ferret engine search and indexing features.

See T15583

Test Plan

Create repositories with titles with 2 or more words. Search for these repos with the global typeahead search. The search term should begin with the second/third/n-th word of the repo title.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bekay requested review of this revision.Sat, Sep 2, 16:24

Add back code which shouldn't be removed.

This revision is now accepted and ready to land.Sun, Sep 3, 06:41