Page MenuHomePhorge

Implement ferret engine in typeahead datasource query for repos
ClosedPublic

Authored by bekay on Sep 2 2023, 16:24.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 21:43
Unknown Object (File)
Thu, Apr 11, 14:30
Unknown Object (File)
Thu, Apr 11, 10:09
Unknown Object (File)
Thu, Apr 11, 10:04
Unknown Object (File)
Wed, Apr 10, 19:44
Unknown Object (File)
Wed, Apr 10, 17:50
Unknown Object (File)
Mon, Apr 8, 02:28
Unknown Object (File)
Mon, Apr 1, 02:48
Tokens
"Love" token, awarded by 20after4.

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.Sep 2 2023, 16:24

Add back code which shouldn't be removed.

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