We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the date item processor to change the granularity of date fields, an error occurs after submitting the search form with one date selected.
TypeError: DateTime::setTimestamp(): Argument #1 ($timestamp) must be of type int, string given in DateTime->setTimestamp() (line 360 of core/lib/Drupal/Component/Datetime/DateTimePlus.php). call_user_func_array() (Line: 360) Drupal\Component\Datetime\DateTimePlus->__call() (Line: 263) Drupal\facets\Plugin\facets\query_type\SearchApiDate->calculateResultFilterAbsolute() (Line: 254) Drupal\facets\Plugin\facets\query_type\SearchApiDate->calculateResultFilter() (Line: 76) Drupal\facets\QueryType\QueryTypeRangeBase->build() (Line: 94) Drupal\facets\Plugin\facets\query_type\SearchApiDate->build() (Line: 141) Drupal\oe_list_pages\ListBuilder->rebuildFacet() (Line: 71) Drupal\oe_list_pages\ListBuilder->getDefaultFilterValuesLabel() (Line: 492)
How to reproduce:
The text was updated successfully, but these errors were encountered:
Related OEL ticket: OEL-2418.
Sorry, something went wrong.
No branches or pull requests
When using the date item processor to change the granularity of date fields, an error occurs after submitting the search form with one date selected.
How to reproduce:
The text was updated successfully, but these errors were encountered: