Closed dpfaffenbauer closed 3 months ago
Yes, that's the same which I tried to explain here:
https://github.com/pimcore/generic-data-index-bundle/issues/165#issuecomment-2244781785
ah gotcha, I somehow missed your response on that...
But: The Indexer should check if the index exists and create it if not
Not that easy to achieve - we would need one additional request for each indexing request which could be quite a bit of overhead. Still not have the best idea how to solve this. If you have a good idea please let me know...
yes, good point as well. Then lets add a doc about it: https://github.com/pimcore/generic-data-index-bundle/pull/203
This is quite important ;)
Weird title I know :D, but I found a issue with this bundle. It happens when you do the following:
pimcore_generic_data_index_sync
You now see that there is a index called
pimcore_asset
whereas this should be an alias, index should bepimcore_asset-odd
:If I delete the indices again and run the rebuild index command, it works like it should: