Page MenuHomePhabricator

Modernize FeedSearchEngine a little bit
ClosedPublic

Authored by epriestley on May 26 2017, 5:11 PM.
Tags
None
Referenced Files
F19071690: D18028.diff
Sun, Nov 30, 8:15 PM
F19046314: D18028.id.diff
Thu, Nov 27, 10:04 AM
F18780420: D18028.id.diff
Oct 12 2025, 12:51 PM
F18767730: D18028.diff
Oct 8 2025, 12:03 AM
F18766834: D18028.id43369.diff
Oct 7 2025, 6:49 PM
F18733620: D18028.id.diff
Sep 30 2025, 10:38 PM
F18657900: D18028.id43360.diff
Sep 23 2025, 3:56 AM
F18629972: D18028.id43369.diff
Sep 16 2025, 10:24 AM
Subscribers
None

Details

Summary

Ref T12762. This updates FeedSeachEngine to user modern construction.

I've tried to retain behavior exactly, although the "Include stories about projects I'm a member of" checkbox is now nonstandard/obsolete. We could likely fold that into "Include Projects" in a future change which does a backward compatibility break.

Test Plan
  • Queried feed without constraints.
  • Queried feed by user, project, "stuff I'm a member of", prebuilt "Tags" query.
  • Viewed user profile / project profile feeds.
  • Used function tokens (viewer(), etc).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 26 2017, 5:34 PM
  • Use a slightly less fancy project selector, since some of the advanced options do not work because this is not a real EdgeLogic query.
This revision was automatically updated to reflect the committed changes.