Needs review
Project:
AI powered Search Block
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2026 at 20:50 UTC
Updated:
25 Jun 2026 at 21:09 UTC
Jump to comment: Most recent
Comments
Comment #2
wouters_f commentedthis should be fixed in the latest dev branch
Comment #4
wouters_f commentedCreated MR !42 to fix this: https://git.drupalcode.org/project/ai_search_block/-/merge_requests/42
The root cause was a missing `config/install/ai_search_block_log.settings.yml`. Without it, the settings config object has no value after installation. The helper fell back to `'week'` while the settings form displayed `'year'` as the default, so logs were always expired after 7 days regardless of what was configured.
The fix adds the install config file (default `expiry: year`) and corrects the helper fallback to match.
Comment #5
adrian83 commentedI switched to the 1.x branch for the whole AI stack since that branch is supported better currently. I was not able to test this on the 2.x branch.
Comment #6
nikro commented@adrian83 - good call, we'll need to revamp later 2.x (and bring lots of changes into it).
So far 1 RC (will normally graduate soon to 1.0 proper release) and we'll start working on 1.1 (with lots of restructuring, etc).