You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The metastore_search module provides Search API integration. This means you can use every schema property as a Search API field in an index of Datasource DKAN Dataset.
But the Search API fields are only described by the property key and do not have a label nor a description.
Screenshot adding a field (see for example that 'accessLevel" is only described by property key, while normally there would also be a label for a field like with "Rendered HTML output" above.)
A place where this is more of an issue is if you add an aggregated field and want to choose the "contained fields". Any field from the DKAN Dataset Datasource is just shown as "DKAN Dataset >>" with no additional information. This is also because of missing label and property for the Search API field.
Screenshot:
Steps To Reproduce
Add a field to the DKAN search API index
Expected behavior
Label (and description) for Search API fields of DKAN Dataset Datasource should show up. Take the title property from schema for the label and the description property from schema for the description.
The text was updated successfully, but these errors were encountered:
Describe the bug
The metastore_search module provides Search API integration. This means you can use every schema property as a Search API field in an index of Datasource DKAN Dataset.
But the Search API fields are only described by the property key and do not have a label nor a description.
Screenshot adding a field (see for example that 'accessLevel" is only described by property key, while normally there would also be a label for a field like with "Rendered HTML output" above.)
A place where this is more of an issue is if you add an aggregated field and want to choose the "contained fields". Any field from the DKAN Dataset Datasource is just shown as "DKAN Dataset >>" with no additional information. This is also because of missing label and property for the Search API field.
Screenshot:
Steps To Reproduce
Add a field to the DKAN search API index
Expected behavior
Label (and description) for Search API fields of DKAN Dataset Datasource should show up. Take the title property from schema for the label and the description property from schema for the description.
The text was updated successfully, but these errors were encountered: