dev-master
9999999-devSimple file based search, additionally DB indexing is also available.
GPL
The Requires
- php >=5.5.9
- symfony/symfony 3.*
The Development Requires
by Srinivasan Kumar
Simple file based search, additionally DB indexing is also available.
clone this repository, (*1)
php composer.phar require beecms/search-bundle
, (*2)
php composer.phar update
, (*3)
./bin/console search:setup
, (*4)
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., (*5)
Caching on file based content array, for performance improvement in file based search. Working on rest api for this search. Will soon release it..., (*6)
./bin/console search:generate-index
, (*7)
Above command will clear existing db index from db and index again., (*8)
./bin/console search:setup
, (*9)
Above symfony 2 command will create tables in mysql and will run index command., (*10)
Please check 2nd command before running for better understanding., (*11)
Hope it helps someone..., (*12)
Simple file based search, additionally DB indexing is also available.
GPL