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
We need to update config values for all solr year processors for sites that had the old setting before #113 was merged
We need a hook_update_N in this module to append node to all solr indexes that have an edtf year processor set but are of the format bundle|field and not entity_type|bundle|field
Looking at the usage chart on drupal.org, quite a few people are still on 2.2, and they would benefit from a hook_update_N to get them on the proper format after upgrading. There also may be others that have already upgraded to 2.4 that would benefit, too, (i.e. their EDTF date solr search may be degraded).
We need to update config values for all solr year processors for sites that had the old setting before #113 was merged
We need a
hook_update_N
in this module to appendnode
to all solr indexes that have an edtf year processor set but are of the formatbundle|field
and notentity_type|bundle|field
The text was updated successfully, but these errors were encountered: