https://github.com/bagisto/bagisto-search-suggestion
The Laravel eCommerce Search Suggestion extension allows the search faster by completing searches that you’re beginning to type.
https://github.com/bagisto/bagisto-search-suggestion
ecommerce laravel opensource search search-engine search-suggestions
Last synced: about 1 month ago
JSON representation
The Laravel eCommerce Search Suggestion extension allows the search faster by completing searches that you’re beginning to type.
- Host: GitHub
- URL: https://github.com/bagisto/bagisto-search-suggestion
- Owner: bagisto
- License: mit
- Created: 2022-01-12T13:09:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T12:16:18.000Z (over 3 years ago)
- Last Synced: 2025-04-13T16:18:36.479Z (2 months ago)
- Topics: ecommerce, laravel, opensource, search, search-engine, search-suggestions
- Language: Blade
- Homepage: https://bit.ly/34AiS3y
- Size: 22.5 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG for v1.3.x.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Bagisto Search-suggestion is a feature to make it faster to complete searches that you're beginning to type. Its make your website more attractive.
It packs in lots of demanding features that allows your business to scale in no time:
- product category will be visible on auto search suggestion
- product image will be visible on auto search suggestion result
- price of each product will be visible on search suggestion
- total searched term will be visible on search suggestion
- admin can disable visiblity of category/product/term from the auto search
- admin can set total number of categories/product visible on auto search suggestion## Requirements:
- **Bagisto**: v1.3.1.
## Installation :
- Run the following command
```
composer require bagisto/bagisto-search-suggestion
```- Goto config/concord.php file and add following line under 'modules'
```php
\Webkul\suggestion\Providers\ModuleServiceProvider::class
```- Run these commands below to complete the setup
```
composer dump-autoload
``````
php artisan route:cache
php artisan config:cache
```- Run Some npm commands in "suggestion" folder
```
npm install
npm run prod
``````
php artisan vendor:publish --force
```
-> Press the number before "suggestionServiceProvider" class and then press enter to publish all assets and configurations.> That's it.