Differences between Specification Value on APIs and Portal
ID: 853184
Backlog
Published on 6/29/2023
•
Last update on 7/6/2023
Summary
Currently these two APIs ("api/catalog" and "api/catalog_system" GET Specification Value) are consulting different tables on the catalog database. The values are supposed to be the same on both tables, however scenarios with special characters may diverge.
This also reflects on the Portal and PDPs, since the information is being generated based on the wrong table. The special characters appear as "????" on the frontend.
Simulation
- Have a specification value with a special characters;
- Check the results on the "api/catalog" and "api/catalog_system" APIs;
- Check the PDP information;
- Verify if they were equal.
Workaround
N/A