pimcore / advanced-object-search

Advanced Object Search community bundle provides advanced object search in Pimcore backend powered by OpenSearch.
Other
39 stars 44 forks source link

[Bug] Unknown ID column in queue table #196

Closed fashxp closed 1 year ago

fashxp commented 1 year ago

Expected behavior

queue table processing works

Actual behavior

when installing in Pimcore 10.6, queue table processing fails, because ID column in queue was renamed to 'id' ... see https://github.com/pimcore/advanced-object-search/pull/194/files#diff-fb84179bbc56f553ae692d24c5f2aa4d31d2106c5c723927c5e0055a6907e451R627

Steps to reproduce

install with bundle with Pimcore 10.6 and try to create data object

fashxp commented 1 year ago

similar problem is here: https://github.com/pimcore/advanced-object-search/blob/4244803ea3e8401f69564865fed26675771d3400/src/Service.php#L571

path is hardcoded, but shouldn't be!