landofcoder/module-autosearch

Our Magento 2 Search Extension offers Ajax Search with Lightening Fast Speed.

Installs: 690

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.3 2022-07-26 11:00 UTC

This package is auto-updated.

Last update: 2024-04-26 14:25:39 UTC


README

Call search API by use the url:

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

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

search-key-world: the keyworld to search (string). If have empty space, please replace it to '+'. Example: Push+it store_id: current store id (number) category_id: search products in the category (number) limit_terms: number of limit suggestion keywords on result (number)