beecms / search-bundle
Simple file based search, additionally DB indexing is also available.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 2
Open Issues: 0
Language:JavaScript
Type:symfony-bundle
Requires
- php: >=5.5.9
- symfony/symfony: 3.*
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-09 19:14:36 UTC
README
clone this repository
php composer.phar require beecms/search-bundle
php composer.phar update
./bin/console search:setup
The above command will create db update file name and its content to db to use db based search. By default file based search is configured. It can be changed by updating service id in service.yml.
Whats Next?
Caching on file based content array, for performance improvement in file based search. Working on rest api for this search. Will soon release it...
Other useful available commands
./bin/console search:generate-index
Above command will clear existing db index from db and index again.
./bin/console search:setup
Above symfony 2 command will create tables in mysql and will run index command.
Please check 2nd command before running for better understanding.
Hope it helps someone...