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)
Sat, Dec 14, 3:49 PM
Unknown Object (File)
Mon, Dec 9, 4:21 AM
Unknown Object (File)
Thu, Dec 5, 4:23 AM
Unknown Object (File)
Fri, Nov 29, 12:26 AM
Unknown Object (File)
Mon, Nov 25, 7:55 PM
Unknown Object (File)
Nov 17 2024, 11:17 PM
Unknown Object (File)
Nov 15 2024, 12:08 PM
Unknown Object (File)
Nov 14 2024, 4:07 PM

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.