Aubert Jordan

Results 6 comments of Aubert Jordan

I'm currently facing the issue with the changes introduced by https://github.com/bolt/core/pull/3142 and the trick in description doesn't seem to work, I have to revert the `getTablePrefix` to `return current($this->tablePrefixes);`, is...

Yes I noticed it but it didn't work either, it seems `getMetadataFactory` isn't enough to initialize the proxy in my case. I also tried as suggested in https://github.com/bolt/core/pull/2206. I also...

It's a bit quirky but you can decorate `Bolt\Api\Extensions\ContentExtension` and use the `ContextAwareQueryCollectionExtensionInterface`, which will pass `context` in `applyToCollection` method, allowing you to retrieve filters from this parameter and then...

> Well weird thing is that autocomplete:true AND drag and drop work fine on FIrefox but not with Chrome. Any idea why ? linked issue : https://github.com/bolt/core/issues/2902

This is probably why we can't query json field with integer values : > [JSON_SEARCH(json_doc, one_or_all, search_str[, escape_char[, path] ...])](https://dev.mysql.com/doc/refman/5.7/en/json-search-functions.html#function_json-search) > Returns the path to the _**given string**_ within a...