Needs work
Project:
SQLite VDB Provider
Version:
1.1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2025 at 11:23 UTC
Updated:
6 Oct 2025 at 16:32 UTC
Jump to comment: Most recent
https://www.drupal.org/project/ai/issues/3538476 will introduces a new change where filters attribute will be updated from string to mixed.
Change the string $filters = '' param in querySearch() and vectorSearch() to accept mixed type.
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 #2
gxleano commentedComment #4
gxleano commentedComment #5
jimyhuang commentedHello there,
I can't merge this pull request because you committed much more then your proposed solution.
Could you make a cleaner commit, and fire another pull request again?
It should only have 2 lines which replace "string" to "mixed", and keep the indentation.
And please also commit to the 1.1.x which is dev branch that will be next stable version. Thank you.