landofcoder/module-autosearch

我们的 Magento 2 搜索插件提供快速且高效的 Ajax 搜索。

1.0.3 2022-07-26 11:00 UTC

This package is auto-updated.

Last update: 2024-09-26 15:20:48 UTC


README

通过以下 URL 调用搜索 API

http://yourdomain.com/rest/V1/lof-autosearch/autosearch/search-key-world/store_id/category_id/limit_terms

示例: http://newdemo.demo4coder.com/magento2/rest/V1/lof-autosearch/autosearch/Push+it/1/0/5

search-key-world: 要搜索的关键字(字符串)。如果有空格,请将其替换为 '+'。示例:Push+it store_id: 当前商店 ID(数字)category_id: 在类别中搜索产品(数字)limit_terms: 结果中限制建议关键字的数量(数字)