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
F15491627: D7626.diff
Sat, Apr 12, 5:36 AM
F15477133: D7626.id17216.diff
Mon, Apr 7, 12:42 PM
F15466263: D7626.id17294.diff
Thu, Apr 3, 3:35 AM
F15390869: D7626.id17216.diff
Mar 15 2025, 7:07 AM
F15388222: D7626.diff
Mar 15 2025, 3:29 AM
F15385310: D7626.id17216.diff
Mar 14 2025, 10:13 PM
F15383540: D7626.id.diff
Mar 14 2025, 5:05 PM
F15380043: D7626.id17260.diff
Mar 14 2025, 1:04 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.