- Issue created by @chrisfromredfin
- πͺπΈSpain fjgarlin
Should we just take the value of the project that the recipe is in? I'm not sure that'll guarantee compatibility but we need to agree on what the value will be.
See the @todo in the Contrib recipes plugin.
β¨
Create a Contrib Recipes source plugin
Active
// @TODO - Recipes are not indexing field_core_semver_maximum/minimum,
// so we have to skip the version check.
// $query_params = $this->addCoreVersionCheck($query_params);
Pulling contrib recipes from the d.o JSON:API - the field_core_semver_minimum/maximum fields are not included/set. Probably they are not being indexed into Solr for those types of projects.
Include them in indexing.
Active
2.1
Drupal.org changes
Should we just take the value of the project that the recipe is in? I'm not sure that'll guarantee compatibility but we need to agree on what the value will be.