Details
-
Task
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
-
ACQ Sprint 75
-
1
-
Thunderjet
Description
Actual Searchable Indexes definition looks similar to the following:
const indexes = [{ label: 'fileName', value: `${LOGS_FILTER} AND fileName`, }, { label: 'hrId', value: `${LOGS_FILTER} AND hrId`, }, { label: 'uuId', value: `${LOGS_FILTER} AND id`, }];
It is required to extend it with optional placeholder option for each index definition like the following:
const indexes = [{ label: 'fileName', value: `${LOGS_FILTER} AND fileName`, placeholder: 'Search by file name' }, { label: 'hrId', value: `${LOGS_FILTER} AND hrId`, placeholder: (<FormattedMessage id="ui-data-import.searchByHrid" />) }, { label: 'uuId', value: `${LOGS_FILTER} AND id`, }];
TestRail: Results
Attachments
Issue Links
- blocks
-
UIDATIMP-285 Create "view all" log screen
-
- Closed
-
-
UIDATIMP-286 Search details for the "view all" log screen
-
- Closed
-
-
UIOR-303 Fix the ghost text placeholders for PO and POL searches
-
- Closed
-
- relates to
-
UIF-77 Enable translation of search indexes and filter headings
-
- Closed
-