インストール composer require friendsofcake/search 設定 cd bin cake plugin load Search ※~/config/bootstrap.php Plugin::load('Search'); 完全一致検索 ビュー <form method="post" accept-charset="utf-8" action="~"> <div><?= $this->Form->text('name') ?></div> <input type='submit' value='検索' /> <?= $this->Form->end() ?> モデル ※~Table public function initialize(array $config) { parent::initialize($config); $this->addBehavio