Page MenuHomePhabricator

Partially clean up Phriction document status constants; introduce "phriction.document.search"
ClosedPublic

Authored by epriestley on Feb 15 2018, 5:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 7:23 PM
Unknown Object (File)
Wed, Apr 17, 2:44 PM
Unknown Object (File)
Fri, Apr 5, 1:56 PM
Unknown Object (File)
Sat, Mar 30, 6:53 PM
Unknown Object (File)
Fri, Mar 29, 7:11 PM
Unknown Object (File)
Mar 23 2024, 5:43 PM
Unknown Object (File)
Mar 23 2024, 5:43 PM
Unknown Object (File)
Mar 23 2024, 5:42 PM
Subscribers
None

Details

Summary

Depends on D19098. Ref T13077.

Phriction status constants currently use the "bag of statuses" approach typical of older code, and store integers in the database.

This fixes the "bag of statuses" stuff; a future change will fix the integers.

Also adds a skeleton for phriction.document.search, but doesn't implement the Conduit interface yet.

Test Plan

Searched for documents with various status constraints. Grepped for removed status constants. Viewed document list.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable