Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Magento 如何在目录搜索中显示动态添加的产品_Magento_Product_Catalog - Fatal编程技术网

Magento 如何在目录搜索中显示动态添加的产品

Magento 如何在目录搜索中显示动态添加的产品,magento,product,catalog,Magento,Product,Catalog,我在magento管理面板中添加了一个属性*例如。*属性名=制造商 然后,我使用magento中的catalog_Product_entity_int表创建制造与产品之间的关系。 然后,在我进入Adminpanel并尝试编辑产品之后,在该产品中显示Manufacturer Attibute已选中,这意味着属性已与该产品正确绑定。 但后来我转到了前端的目录高级搜索,那个产品并没有出现在列表中。 我还添加了catalogsearch|u全文表中的制造商值文本,以管道“|”分隔 是否缺少任何东西。??

我在magento管理面板中添加了一个属性*例如。*属性名=制造商 然后,我使用magento中的catalog_Product_entity_int表创建制造与产品之间的关系。 然后,在我进入Adminpanel并尝试编辑产品之后,在该产品中显示Manufacturer Attibute已选中,这意味着属性已与该产品正确绑定。 但后来我转到了前端的目录高级搜索,那个产品并没有出现在列表中。 我还添加了catalogsearch|u全文表中的制造商值文本,以管道“|”分隔

是否缺少任何东西。??

在管理中,转到:

目录>属性>管理属性

搜索您的属性,并在“前端属性”中的“高级搜索中使用”和“快速搜索中使用”中的“是”

然后刷新所有缓存并重新索引“目录搜索索引”

也许它解决了问题

希望有帮助。

您是否已将“目录->属性->管理属性”中的“在高级搜索中使用”值设置为“是”?