Shopware 6: Limit the admin dashboard search
Today I learned! One can limit the entities which are searched on the admin backend – which is cool, because we are running open search (the forked elasticsearch) on the instance and if one implements a new indexer to search in it, one might forget to implement an elastic search indexer as well. In our […]