OceanOPS / web-dashboard

Repository to manage evolution, bugs, feature requests of OceanOPS web monitoring dashboard
3 stars 0 forks source link

Auto-completion errors - ending cause filter #128

Open vturpin opened 1 year ago

vturpin commented 1 year ago

In Argo, the auto completion functionnality is having a strange behaviour. buoyancy, location, sensor_other are not found by the auto completion. This may be due to the table the auto-complection is looking at. Indeed, ending cause are stored in different vocabulary collection. The OceanOPS one and the Argo one. both are mapped but with slight differences. Maybe this is the cause of this error.

vturpin commented 3 weeks ago

In the Argo theme, the ending cause table to call for auto completion should be the Argo one and not the OceanOPS one. there is a mapping between both and what causes the probleme is that we see the OceanOPS ending cause list in the Argo ending cause list.

I suggest both list are call for autocompletion to facilitate users navigation.