Needs review
Project:
Smart Date Recur Search API
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2026 at 14:07 UTC
Updated:
18 Jun 2026 at 03:09 UTC
Jump to comment: Most recent
Can't install the module without date_recur. With my understanding of how this works this doesn't require date_recur as this leverages smart_date and it's recur submodule.
Remove date_recur as a dependency in the info.yml
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
carsoncho commentedMR opened to remove date_recur as a module dependency
Comment #4
carsoncho commentedComment #7
jnettikCouple things I noticed when setting this up. The dependency wasn't just in the info file, but the plugin uses the same code for the original date_recur setup. MR 4 updates the dependencies to remove date_recur and adds smart_date_recur (over just smart_date). It also updates the solr plugin to find the instances of smart date occurances and not the date occur instances. Working on this locally, I'm now able to configure the new data source and get a working index from it.