2017 © Pedro PelĂĄez
 

cakephp-plugin cakephp-opensearch

A CakePHP plugin for using OpenSearch

image

dereuromark/cakephp-opensearch

A CakePHP plugin for using OpenSearch

  • Thursday, July 24, 2014
  • by dereuromark
  • Repository
  • 2 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

CakePHP OpenSearch Plugin

Create a nice web search that integrates into modern browsers (direct search using TAB)., (*1)

See http://de.wikipedia.org/wiki/OpenSearch, (*2)

CakePHP2.x, (*3)

Installation

Composer

This is the preferred way of installing:, (*4)

"require": {
    "dereuromark/cakephp-opensearch": "dev-master"
}

Manual

Copy the plugin over to your App/Plugin/ directory., (*5)

Preparation

  1. Create appropriate table (cake console: cake schema create OpenSearch.OpenSearch)
  2. Create an action for performing searches
  3. Add at least one search type (via backend admin/open_search/addons/ for example)

Usage

Use the helper to render appropriate links in the layout:, (*6)

$this->loadHelper('OpenSearch.OpenSearch');
echo $this->OpenSearch->metaLink('web', 'my title');

for example, if you added web as search type., (*7)

TODO

Cleanup and more features from http://www.opensearch.org/, (*8)

Dependencies

My Tools Plugin for admin backend actions (optional, you can directly use Mysql, as well)., (*9)

Licence

MIT, (*10)

Ɓukasz Korecki 2009, (*11)

Mark Scherer 2012, (*12)

The Versions

24/07 2014

dev-master

9999999-dev https://github.com/dereuromark/cakephp-opensearch

A CakePHP plugin for using OpenSearch

  Sources   Download

MIT

The Requires

 

plugin cakephp opensearch search engine