metno / metsis-drupal

contains METNO METSIS software
GNU General Public License v3.0
0 stars 0 forks source link

Make sure the UI is always showing/using metadata_identifier even if the solr id field is used in the background for lookups. #23

Closed magnarem closed 11 months ago

magnarem commented 1 year ago

In some parts of the metsis search interface the user might be presented with the solr id instead of the metadata_identifier. Since the solr id field is a bit different from the metadata_identifier with respect to special characters, the users might be a bit confuesed if the ui is showing a solr id instead of the metadata_identifier.

Check all metsis search related links and pages, and double check that the solr id is masked behind the metadata_identifier for consistency.

magnarem commented 1 year ago

New changes to solr for disconnect the metadata_identifier and solr id both for the identifier and the related_dataset

magnarem commented 11 months ago

This is now implemented. Closing