Closed brucehyslop closed 3 years ago
The display has additional issues:
view excluded records
link does not do what it says.Further information
links display old links that work but have the old page titles.
spatiallyValid
links to https://github.com/AtlasOfLivingAustralia/ala-dataquality/wiki/geospatial_kosher-assertions:"PRESUMED_SWAPPED_COORDINATE"
links to https://github.com/AtlasOfLivingAustralia/ala-dataquality/wiki/INVERTED_COORDINATESThanks @adam-collins , the items below are still work in progress and are being addressed as we speak.
Further information
links display old links that work but have the old page titles.
spatiallyValid
links to https://github.com/AtlasOfLivingAustralia/ala-dataquality/wiki/geospatial_kosher-assertions:"PRESUMED_SWAPPED_COORDINATE"
links to https://github.com/AtlasOfLivingAustralia/ala-dataquality/wiki/INVERTED_COORDINATES
Related issues #419 #456 have to be released together.
@adam-collins any further comment re: code changes or review in general, see comment above for how this needs to be tested.
filter value is broken @brucehyslop
And I remember there are explanations/links for userAssertions 50001 and 50005. Can they be put here?
@javier-molina should this move back to "in progress" to fix the missing values highlighted in the comment above?
Issues relating to the display of DQ filters and links are covered in #419
The reason the links for userAssertions
are not displaying on test is because there are no records with userAssertions
all Solr shards. The link data relies on a request to biocache-service to retrieve the index field data.
https://biocache-ws-test.ala.org.au/ws/index/fields?fl=userAssertions
This endpoint triggers a Solr LUKE request which queries a single shard. If that shard that is chosen does have records that contain a field the field on not returned.
The links will be displayed sporadically depending on which shard is chosen.
The issue does not occur in production because records that contain userAssertions
are distributed across all shards.
The this is the same reason there is no link displayed for outlierLayerCount
however this is because sampling on not being run on test.
The link does display on prod.
The display of the profile category does not function if the filter contains multiple query terms.