anklimsk / cakephp-search-info

Search for information in the project database

Home Page:https://anklimsk.github.io/cakephp-search-info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CakePHP 2.x Search for information plugin

Build Status Coverage Status Latest Stable Version License

Search for information in the project database

This plugin provides next features:

  • Search for information in the project database;
  • Adding a user role prefix to links to a search result;
  • Support auto-completion in the search bar;
  • Support for keyboard layout corrections for the Russian language;
  • Supports two levels of search:
    • For all fields of the Model;
    • For each field of the Model separately.

Installation

  1. Install the Plugin using composer: composer require anklimsk/cakephp-search-info

  2. Add the next line to the end of the file app/Config/bootstrap.php:

    CakePlugin::load('CakeSearchInfo', ['bootstrap' => true, 'routes' => true]);

Using

Using this plugin

About

Search for information in the project database

https://anklimsk.github.io/cakephp-search-info

License:MIT License


Languages

Language:PHP 97.0%Language:JavaScript 2.5%Language:CSS 0.5%