DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: mm_forum

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2008-08-21T11:57:28
Author:Knut Möller / Metaways Infosystems GmbH
Email:k.moeller@metaways.de
Info 3:
Info 4:

Extension Key: powersearch

Copyright 2008, Metaways Infosystems GmbH, Knut Möller <typo3@metaways.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.com

((generated))

Table of Contents

EXT: powersearch 1

Introduction 2

What does it do? 2

Requirements 3

Known problems and solutions 4

To-Do list 4

Team 4

Contributors 4

Change log 4

Introduction

powersearch provides common classes and interfaces for i.e. powerseachindexlucene . A factory is implemented to instantiate the searchengine.

What does it do?

powersearch *–* contains several base classes/interfaces for general search. It provides a factory class to instantiate a PDO (database object) and to instantiate a searchengine.

The extension has to be installed first via extension manager to satisfy the dependencies on installing the other extensions.

An overview of the extensions and their dependencies to provide search capability:

img-1

powersearchui displays a general search from and constructs a criteria object to send to the search engine. By default this is powersearchindexlucene . The ResultSet is displayed as list with pagination in powersearchui .

powersearchindexlucene – creates a searchable index to retrieve results from

It is possible to override the default behaviour of the classes in powersearchindexlucene or powersearchui dirs. This will be mostly necessary to adjust the user interface.

Requirements

  • Zend Framework *–* is required for lucene indexing and has to be setup in include_path
  • PHP >= 5.1.6 with PDO (mysql)

Known problems and solutions

None at the moment

To-Do list

None at the moment

Team

Contributors

Change log

((generated))

Beta 1.0.2

Dokumentation update

Beta 1.0.1

Changed plugin description

Beta 1.0.0

first release to TER

img-2 - 3