Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 724 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 724 Bytes

SeekIt plugin for CakePHP to Search FullText on Mysql

Motivation

The motivation for create the plugin it`s because of some reasons:

1 - For solutions that need mechanism of search but not install other tecnologic as Sphinx, Elasticsearch or Solr 2 - Not is important all features of these mechanism` 3 - Only is necessrary a simple set of features 4 - The search mechanism is verfy simples, but meets the needs of a simple software 5 - Finally, I have not found a solution thet meets this needs

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require your-name-here/SeekIt