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
F2186900: D25430.id1365.diff
Fri, May 10, 18:02
F2186881: D25430.id1362.diff
Fri, May 10, 17:19
F2186771: D25430.id1363.diff
Fri, May 10, 15:08
Unknown Object (File)
Sun, May 5, 01:14
Unknown Object (File)
Thu, May 2, 13:00
Unknown Object (File)
Wed, May 1, 19:14
Unknown Object (File)
Wed, May 1, 19:14
Unknown Object (File)
Wed, May 1, 17:02
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
Branch
arcpatch-D25430
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 827
Build 827: arc lint + arc unit

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