定制 heimrichhannot/contao-search_plus 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

heimrichhannot/contao-search_plus

最新稳定版本:1.2.0

Composer 安装命令:

composer require heimrichhannot/contao-search_plus

包简介

Extend the contao core search, to achieve more features like pdf search.

README 文档

README

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.

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: mod_search_simple and mod_search_advanced. In your mod_search template you need to add <?php echo $this->form ?> to output the correct search form template. No needed anymore for contao 4.x from version 1.2.

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.

统计信息

  • 总下载量: 1.05k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 1

GitHub 信息

  • Stars: 1
  • Watchers: 9
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0
  • 更新时间: 2015-07-16