🇬🇧United Kingdom Drupal-Novice
Thanks! I’ve already explored number 2 but unfortunately it’d didn’t do everything I required. That’s why I thought I’d explore creating a custom RDF mapping but can’t work out how to do it.
Is option 1 as simple as creating a yml file with the required Dublin Core mappings and dropping into the config file within the RDF module?
Thanks.
🇬🇧United Kingdom Drupal-Novice
I've hit this problem as well, did you find a solution? Thanks.
🇬🇧United Kingdom Drupal-Novice
My solution was to create a custom module and add:
$query->where[0]['conditions'][0]["value"][":node__field_creation_date_field_creation_date_value_month"] = date("m");
🇬🇧United Kingdom Drupal-Novice
Has anyone achieved this using a view?