Required Alternate Functionality of Drupal View in DKAN 2 #3830
muhammadmohsinali
started this conversation in
Q&A
Replies: 2 comments
-
@muhammadmohsinali you can create custom code to break up the json metadata into "fields", have a look at
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@muhammadmohsinali also, because DKAN is integrated with the Search API, you can create a view based on that search API index. However I believe we need to do more work on that integration in order to return more than simply the dataset UUID in each result. We may be looking into this in the next few months but would welcome a contribution if you get to it first! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have query, I want to create a report of datasets (meta fields such as title, desc, tags, topics etc.). In Dkan 1 there is drupal view of dataset content type & I can play that with that view, I can sort, add filter criteria etc. But I cannot use Drupal views in DKAN 2 because dataset meta information is wrapped in json in field_json_metadata_value column. How can I prepare a report with the same functionality as it is in DKAN 1 with drupal views. Is there any recommendations? Or how can I decode json metadata and prepare a report? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions