Page MenuHomePhabricator

Display closed documents with crossed text in search result.
ClosedPublic

Authored by vvavrychuk on Nov 22 2013, 1:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 3, 6:29 PM
Unknown Object (File)
Mon, Feb 24, 1:49 PM
Unknown Object (File)
Sat, Feb 22, 1:03 PM
Unknown Object (File)
Fri, Feb 14, 2:24 AM
Unknown Object (File)
Feb 9 2025, 10:38 AM
Unknown Object (File)
Feb 6 2025, 9:09 AM
Unknown Object (File)
Feb 6 2025, 8:31 AM
Unknown Object (File)
Jan 29 2025, 7:12 AM

Details

Summary

By default in search application document status field is "Open and Closed Documents".
Often searching with this default status I get confused that open and closed items in
search result are not distinguished.

Test Plan

Search and see open/closed issues distinguished.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

I think this is reasonable. @epriestley any objections?

Two minor inlines.

src/applications/search/view/PhabricatorSearchResultView.php
57

Prefer the constant PhabricatorObjectHandleStatus::STATUS_CLOSED to the string literal 'closed'.

58

Prefer <del> -- <strike> is deprecated in HTML4 and not present in HTML5.

vvavrychuk updated this revision to Unknown Object (????).Nov 24 2013, 11:14 PM

Fixed review comments.