P3-Core-Dev-Team / P3-Q-A

This repo is for tracking features
Other
1 stars 0 forks source link

P360-Search-Nested Link for Date field -Fairview #134

Open ThulasiP3 opened 2 days ago

ThulasiP3 commented 2 days ago

Describe the bug P360-The nested link fetching incorrect results for date field

To Reproduce Steps to reproduce the behavior: 1.Create a search with Datetime search result and another search with date in the search form

  1. Establish nested link between both date columns
  2. Fetching improper results through nested link. Please refer attached word doc for screenshots (Note:Nested link yield expected results for string datatype)

Expected behavior Nested link should fetch proper results with Date datatype

Screenshots error_nested_link.docx

Additional context Build no : Region : Client :

kilam005 commented 1 day ago

@ThulasiP3 provide the metadata and the search export file for both the main and nested search

kilam005 commented 1 day ago

Issue was demoed and details were observed. Actual issue is: When multiple data goes in link, the link operation is not functioning properly.

Code fix needed.

Thilak-Saravanan commented 22 hours ago

RCA Payload mapping was not handled for date field, also when more than one link columns are configured due to code glitch only the latest column was considers as a linkable column.

Fix details Payload mapping has been corrected, Multi column link issue has been resolved by correcting the code glitch.

VikramSelvadurai commented 22 hours ago

image image

VikramSelvadurai commented 5 hours ago

Sever SS: image image

kilam005 commented 4 hours ago

@P3IND0167 if this is tested and confirmed working ok, please mark it as verified and tag it as Awaiting release

P3IND0167 commented 2 hours ago

Verified in Test server , adding screenshots

image image image