Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15393902
D18942.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
597 B
Referenced Files
None
Subscribers
None
D18942.diff
View Options
diff --git a/src/applications/search/field/PhabricatorSearchDateField.php b/src/applications/search/field/PhabricatorSearchDateField.php
--- a/src/applications/search/field/PhabricatorSearchDateField.php
+++ b/src/applications/search/field/PhabricatorSearchDateField.php
@@ -4,7 +4,8 @@
extends PhabricatorSearchField {
protected function newControl() {
- return new AphrontFormTextControl();
+ return id(new AphrontFormTextControl())
+ ->setPlaceholder(pht('"2022-12-25" or "7 days ago"...'));
}
protected function getValueFromRequest(AphrontRequest $request, $key) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 11:14 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7220967
Default Alt Text
D18942.diff (597 B)
Attached To
Mode
D18942: Add a discovery format hint for date fields in SearchEngine UIs
Attached
Detach File
Event Timeline
Log In to Comment