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

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

Dell - decimal value in search results #65

Closed raniangamuthu closed 4 months ago

raniangamuthu commented 5 months ago

We did the right format of amount columns with 2 decimal places using cast and mapped to decimal column type but still the results are not formatted correctly in the search results page. Verified using the same columns in the query editor and we get the format as expected using cast as decimal.

raniangamuthu commented 4 months ago

Tested

kilam005 commented 4 months ago

RCA the insignificant zeros on numeric, double and float types were automatically discarded during save and retrieve.

Fix details Open search mapping configuration has been enhanced to provide support for decimal formats correctly and retain all insignificinats digits as ingested.