Magento 2.4.3-p1 custom sort by option with custom entity id not working
I have created a custom sorting option distance in magento 2.4.3-p1 and sort the collection with custom sorted entity ids di.xml `<type name=”MagentoCatalogModelConfig”> <plugin name=”catalog_config_plugin” type=”SunarcNearByProductPluginConfig” /> </type>` <preference for=”MagentoCatalogBlockProductProductListToolbar” type=”SunarcNearByProductBlockCatalogProductProductListToolbar” /> <type name=”MagentoElasticsearchModelResourceModelFulltextCollectionSearchCriteriaResolver”> <plugin name=”ajourquin_unset_es_order” type=”SunarcNearByProductPluginElasticsearchModelResourceModelFulltextCollectionSearchCriteriaResolver” /> </type> appcodeSunarcNearByProductPluginconfig.php… Read More »Magento 2.4.3-p1 custom sort by option with custom entity id not working