Download the PHP package heimrichhannot/contao-search_plus without Composer
On this page you can find all versions of the php package heimrichhannot/contao-search_plus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download heimrichhannot/contao-search_plus
More information about heimrichhannot/contao-search_plus
Files in heimrichhannot/contao-search_plus
Package contao-search_plus
Short Description Extend the contao core search, to achieve more features like pdf search.
License LGPL-3.0+
Homepage https://github.com/heimrichhannot/contao-search_plus
Informations about the package contao-search_plus
Search Plus
Notice: This bundle is not activly maintained anymore! Please refere to out Search Bundle for contao 4 and new features!
Extend the contao core search, to achieve more features like pdf search.
Features
- pdf search
- filter pages for search frontend module
- Support Access-Control-Allow-Origin within be_rebuild_index.html5
Dependencies
Don't worry, install via composer and all dependencies will be resolved like magic.
- [smalot/pdfparser] (https://github.com/smalot/pdfparser)
PDF Search
- index pdf files that are referenced inside searched pages and must be locally (contao filesystem) stored
- parse pdf files with smalot/pdfparser
- make usage of meta information from tl_files to provide better file titles (consider language too)
- group the results in the result list
- select the search order (show pages first, show files first or by relenvance)
Usage
Install
Add following line to your composer.json required section:
"heimrichhannot/contao-search_plus" : "^1.0"
You can also add the package via commandline:
composer require heimrichhannot/contao-search_plus
Templates
You need to add two templates: No needed anymore for contao 4.x from version 1.2. mod_search_simple
and mod_search_advanced
. In your mod_search
template you need to add `` to output the correct search form template.
Settings
You can disable PDF search on the Contao setting page. If enabled, an option to set the maximum pdf size to parse, is given.
Credits
The contao 4.x compatibility changes were sponsored by fanthomas communications.
All versions of contao-search_plus with dependencies
contao/core-bundle Version ^3.5.1 || ~4.1
contao-community-alliance/composer-plugin Version ~2.4 || ~3.0
smalot/pdfparser Version >=0.9,<1-dev
heimrichhannot/contao-haste_plus Version >=1.2.0,<2-dev