The following list of new features, updates and bug fixes are included in the latest Sprint 22.07 release to FDW/FDE.
New Features
News article notification feature in FDW
...
There is now an API endpoint (https://fdw.fews.net/api/dataset) that searches across all domains for saved datasets. This API endpoint can be searched for id, name, description, visibility, or owner username by adding
?search=
, separately or in combination with the following filters:start_after
start_before
end_after
end_before
owner
visibility
specialization_type
created_after
created_before
modified_after
modified_before
Updates
Improved search functionality in Data Platform (DATA-1568)
Users now have greater control over their searches in FDE and FDW. New functionality includes:
Search for an exact phrase by using single or double quotation marks (e.g., if you search for vegetable oil, you will get all results that have either of those words but searching "vegetable oil" or ‘vegetable oil’ will yield only results that include that exact phrase).
Exclude terms by using a minus (-) symbol (e.g. searching 'vegetable oil' -'palm oil' will return all results about vegetable oil unless they include a reference to palm oil).
Expand your search by using or (e.g. searching “sunflower oil” “palm oil” will surface results containing both phrases, but searching "sunflower oil” or “palm oil" provides you with results that contain either phrase).
...
The Import Price Ratios page was previously available only for the
superadmin
user group permission and not other groups of permissions. Theimport_priceratio
permission was added to required groups to give them access to this page.Assigning the
import_priceratio
permission to a user or user group now gives the user or group access to the page.
Bug Fixes
Updating the Description text field of the Data usage policy results in 500 Internal Error (DATA-1593)
Trying to edit the
Description
Field of aData usage policy
in FDW was resulting in a 500 Internal Error. This issue has been fixed.
Updating unit of measure results in 500 Internal Error (DATA-1614)
Trying In FDW, trying to update the
Abbreviation
field of the unit of measure (e.g., https://fdwdev.fews.net/en/admin/common/unitofmeasure/225_5FL/change/ ) resulted in a 500 Internal Error. TheAbbreviation
field has been updated to be read-only and not editable.
...