The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maplat::Web::DocsSearch - search mask for documents

SYNOPSIS

This module provides a simple search mask for documents.

DESCRIPTION

The modules DocsSpreadSheet and DocsWordProcessor provide document editing capabilities. This modules provides the full text search for your documents.

Full text search is realized through the capabilities provided by PostgreSQL.

Configuration

        <module>
                <modname>docssearch</modname>
                <pm>DocsSearch</pm>
                <options>
                        <pagetitle>Search</pagetitle>
                        <webpath>/devtest/search</webpath>
                        <db>maindb</db>
                        <memcache>memcache</memcache>
                        <session>sessionsettings</session>
                </options>
        </module>

get

Handle the documents search form.

Dependencies

This module depends on the following modules beeing configured (the 'as "somename"' means the key name in this modules configuration):

Maplat::Web::Memcache as "memcache" Maplat::Web::PostgresDB as "db" Maplat::Web::SessionSettings as "session"

SEE ALSO

Maplat::Web Maplat::Web::SessionSettings Maplat::Web::PostgresDB Maplat::Web::Memcache Maplat::Web::DocsSpreadSheet Maplat::Web::DocsWordProcessor

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.