Postponed
Project:
Smart Date Recur Search API
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2026 at 19:56 UTC
Updated:
17 Mar 2026 at 15:36 UTC
Jump to comment: Most recent
The computer field used for the "occurrence" of the indexed date implies it is a daterange, however it cannot be formatted as such. It is purely plain text.
It's possible this is a limitation of the computed field module, but it's worth investigating if it's possible regardless.
Would be nice if you could format it using Smart Date.
Comments
Comment #2
nickdjmI'm referencing https://www.drupal.org/project/date_recur_search_api/issues/3499388 here just because it appears as though this module does the exact same thing, and has the exact same problem.
I'll start by looking at the Search API is doing in my setup and go from there.
Comment #3
nickdjmThis definitely is an issue with Search API. I found an issue that discusses it here: https://www.drupal.org/project/search_api/issues/3353719
I also have experimented with removing Search API's check for "isComputed" and it works perfectly, allowing me to format the occurrence field with all available formatters.
Comment #4
nickdjmThis issue is essentially "works as designed" as far as this project is concerned, and must wait for Search API to decided what to do before it'll work. Until then I'm going to mark this as postponed. I don't want to outright close this issue since I think it's valid people will look for this exact functionality.
If no action is taken on Search API's part, then maybe it'll be worth coming up with a work-around using some search api or view hooks- or at the very least pointing to the above issue in documentation.