2017 © Pedro Peláez
 

typo3-flow-plugin plugin-indexed-search

A index search plugin for TYPO3 Neos

image

lelesys/plugin-indexed-search

A index search plugin for TYPO3 Neos

  • Wednesday, September 2, 2015
  • by pankajlele
  • Repository
  • 18 Watchers
  • 5 Stars
  • 341 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Lelesys IndexedSearch Plugin

This plugin adds IndexedSearch to your websites., (*1)

Important note: Initial package development was done when TYPO3 Neos was at alpha3/4. We are working hard continuously to get this to work perfectly and to beautify source code using best practices/concepts of Flow/Neos. Stay tuned!
Note: This package does database query for search result and not indexed yet.

Quick start

  • include the plugin's Stylesheet to your own one's where you add other stylesheets of the site.
<link href="{f:uri.resource(path: 'resource://Lelesys.Plugin.IndexedSearch/Public/Stylesheets/IndexedSearch.css')}" rel="stylesheet" media="screen">
  • include the plugin's Javascript to your own one's where you add other javascript of the site.
<script src="{f:uri.resource(path: 'resource://Lelesys.Plugin.IndexedSearch/Public/JavaScript/IndexedSearch.js')}"></script>
  • you can add search box in two ways:
    • add the plugin content element "Indexed Search Box" to the position of your choice, to add search box.(Note: Refresh the page so that error will go and you can see search box)
    • render the plugin using typoscript (located in, for example, Packages/Sites/Your.Site/Resources/Private/TypoScript/Root.ts2) with: object = Lelesys.Plugin.IndexedSearch:IndexedSearch (Note: Currently the is not working fine.)
  • Add a plugin content element "Plugin View" on the page of you choice and select master view as "Indexed Search Box" on page "some page" and select plugin view as "Search Result".

The Versions

02/09 2015

1.2.x-dev

1.2.9999999.9999999-dev

A index search plugin for TYPO3 Neos

  Sources   Download

LGPL-3.0+

The Requires

 

02/09 2015

dev-master

9999999-dev

A index search plugin for TYPO3 Neos

  Sources   Download

LGPL-3.0+

The Requires

 

03/10 2014

1.1.x-dev

1.1.9999999.9999999-dev

A index search plugin for TYPO3 Neos

  Sources   Download

LGPL-3.0+

The Requires

 

23/04 2014

1.1.0

1.1.0.0

A index search plugin for TYPO3 Neos

  Sources   Download

LGPL-3.0+

The Requires

 

28/01 2014

1.0.x-dev

1.0.9999999.9999999-dev

A index search plugin for TYPO3 Neos

  Sources   Download

LGPL-3.0+

The Requires

 

14/01 2014

1.0.1

1.0.1.0

A index search plugin for TYPO3 Neos

  Sources   Download

LGPL-3.0+

The Requires