anklimsk/cakephp-search-info

Search for information in the project database for CakePHP 2.x

v1.0.3 2019-12-01 10:20 UTC

This package is auto-updated.

Last update: 2024-03-29 03:50:55 UTC


README

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