https://github.com/aimeos/ai-catsuggest
Include categories in search suggestions
https://github.com/aimeos/ai-catsuggest
aimeos categories category ecommerce extension shop suggest suggester suggestion suggestions
Last synced: 7 months ago
JSON representation
Include categories in search suggestions
- Host: GitHub
- URL: https://github.com/aimeos/ai-catsuggest
- Owner: aimeos
- License: lgpl-2.1
- Created: 2022-05-23T08:29:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T14:18:32.000Z (8 months ago)
- Last Synced: 2025-03-21T15:45:21.294Z (7 months ago)
- Topics: aimeos, categories, category, ecommerce, extension, shop, suggest, suggester, suggestion, suggestions
- Language: PHP
- Homepage:
- Size: 47.9 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Suggest categories and suppliers
Include categories in search suggestions offered by catalog/suggest HTML client
component and extends the catalog and supplier manager to allow searching/sorting
by relevance within the catalog and supplier label.**Caution:** The catalog and supplier label can NOT be translated into different languages!
## Installation
Use composer to install the extension:
```
composer req aimeos/ai-catsuggest
```Afterwards, update the database to add the required full text index:
* Laravel: `php artisan aimeos:setup`
* TYPO3: `php vendor/bin/typo3 aimeos:setup`