Closed psntr closed 2 years ago
@psntr thanks for your detailed issue. i will try to take a look asap.
boost itself does not alter any fields but there might be some hidden issue related to the caching layer it introduces and the translate: false
option.
@bnomei thank you as usual for the prompt reply. You were right, it's an issue with the translate: false
option. By commenting out the translate option, it returns the proper value even after changing any other content.
Hi,
I'm still exploring the plugin and I think there is an issue with how boostID is handling date in a multi-languages website.
I noticed that when playing with translation. In my case it was from FR to EN (where I have
'date.handler' => 'strftime'
enabled in config.php).This is the config of a clean installation with the minimal requirements to run boostID on my local machine: Kirby: v.3.6.1.1 PHP: 8.0 Debug: off Plugins: bnomei/boost & bnomei/sqlite-cachedriver
config.php:
models/default.php:
blueprints/default.yml:
How to reproduce the issue:
But if you disable the boost function by commenting out the models/default.php, it works. Dates are shown.
Do you know why it doesn't work? Particularly with English, I tried with other languages like German, dates are shown.