marketingrelevance/scoutshopaholic

This package is abandoned and no longer maintained. No replacement package was suggested.

Laravel Scout search for OctoberCMS Shopaholic plugin

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:october-plugin

pkg:composer/marketingrelevance/scoutshopaholic

v2.0.0 2021-01-15 16:56 UTC

This package is auto-updated.

Last update: 2022-11-15 21:44:48 UTC


README

Shopaholic eCommerce extension: allows to search products, categories, tags, brands using laravel Scout.

Version Compatibility

OctoberCMS Plugin
1.0.x ~1.0.0
1.1.x ^2.0.0 (supports semantic versioning)

Description

Laravel Scout for Shopaholic plugin adds fields 'search_synonym', 'search_content' to Product, Brand, Category, Tag models.

Laravel Scout for Shopaholic plugin adds searchScout($sSearchString) method to ProductCollection, BrandCollection, CategoryCollection, TagCollection classes.

$obList =  ProductCollection::make()->search('test search');