2017 © Pedro Peláez
 

symfony-bundle search-bundle

Simple file based search, additionally DB indexing is also available.

image

beecms/search-bundle

Simple file based search, additionally DB indexing is also available.

  • Sunday, January 31, 2016
  • by srinikumar11
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Simple File Based Search with Sample Files

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)

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..., (*6)

Other useful available commands

./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)

The Versions

31/01 2016

dev-master

9999999-dev

Simple file based search, additionally DB indexing is also available.

  Sources   Download

GPL

The Requires

 

The Development Requires

by Srinivasan Kumar