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, May 9, 12:39 PM
Unknown Object (File)
May 6 2025, 10:08 AM
Unknown Object (File)
May 4 2025, 9:12 PM
Unknown Object (File)
Apr 23 2025, 6:12 PM
Unknown Object (File)
Apr 20 2025, 3:09 AM
Unknown Object (File)
Apr 15 2025, 9:09 AM
Unknown Object (File)
Mar 30 2025, 4:59 PM
Unknown Object (File)
Mar 30 2025, 6:10 AM
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