Page MenuHomePhabricator

Provide "builtin" high-level result orders
ClosedPublic

Authored by epriestley on Apr 12 2015, 10:34 PM.
Tags
None
Referenced Files
F14763634: D12379.diff
Thu, Jan 23, 12:12 PM
Unknown Object (File)
Tue, Jan 21, 10:06 AM
Unknown Object (File)
Tue, Jan 21, 12:19 AM
Unknown Object (File)
Tue, Jan 21, 12:19 AM
Unknown Object (File)
Sun, Jan 19, 12:55 AM
Unknown Object (File)
Sat, Jan 18, 3:15 PM
Unknown Object (File)
Fri, Jan 17, 9:50 PM
Unknown Object (File)
Sun, Jan 12, 2:47 PM
Subscribers

Details

Summary

Ref T7803. Currently, available high-level orders are spread across Query and SearchEngine classes and implemented separately for each application.

Lift the concept of "builtin" (high-level, user-facing, named) orders (similar to "builtin" queries in ApplicationSearch) into the root Query class, and let it drive the SearchEngine implementation. This allows you to define a new order in one place and have it automatically work across the entire stack.

This will also let Conduit expose this information in a straightforward way.

Test Plan
  • Used ApplicationSearch in Diffusion.
  • Used all result orderings.

Diff Detail

Repository
rP Phabricator
Branch
rpaging17
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5270
Build 5288: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Provide "builtin" high-level result orders.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 13 2015, 5:58 PM
This revision was automatically updated to reflect the committed changes.