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
F3585432: D25430.1745128995.diff
Sat, Apr 19, 06:03
F3444553: D25430.1744701235.diff
Mon, Apr 14, 07:13
F3415919: D25430.1744610572.diff
Sun, Apr 13, 06:02
F3374895: D25430.1744300051.diff
Wed, Apr 9, 15:47
F3372425: D25430.1744249801.diff
Wed, Apr 9, 01:50
F3371954: D25430.1744247061.diff
Wed, Apr 9, 01:04
F3362863: D25430.1744101099.diff
Mon, Apr 7, 08:31
F3358738: D25430.1743928043.diff
Sat, Apr 5, 08:27
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 828
Build 828: 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