"Age" field returns CollectionObjectID
, should return useful information
#6016
Labels
1 - Bug
Incorrect behavior of the product
2 - Queries
Issues that are related to the query builder or queries in general
geospecify
Milestone
Describe the bug
Currently, adding the "Age" field to a query creates a column displaying the
CollectionObjectID
. This identifier is likely unfamiliar to users and may cause confusion in the interface. This is not a catalog number (identifiable) or any other useful information.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Show the full range computed by the back end for each CO
Let say the user adds the age field in his mapping and use the range filter.
He enters the values 120 - 10 in his filter.
One CO in the db has those value for each age table once converted to range numbers:
Absolute age: 110 - 50
Relative age: 100 - 50
PaleoContext: 80 - 40
The maximum range for this CO is then defined to be 110 - 40.
==> This 110 - 40 should be the value displayed in the query result column
The text was updated successfully, but these errors were encountered: