obisconcept/neos-search-plugin 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

obisconcept/neos-search-plugin

最新稳定版本:2.0.1

Composer 安装命令:

composer require obisconcept/neos-search-plugin

包简介

A small node type based search plugin for TYPO3 Neos

README 文档

README

A small node type based search plugin for TYPO3 Neos.

Installation

Add the package in your site package composer.json

"require": {
    "obisconcept/neos-search-plugin": "~1.0"
}

Add these lines to the main Routes.yaml before TYPO3 Neos subroutes definition:

-
  name: 'ObisConceptNeosSearchPlugin'
  uriPattern: '<ObisConceptNeosSearchPluginSubroutes>'
  subRoutes:
    'ObisConceptNeosSearchPluginSubroutes':
      package: 'ObisConcept.NeosSearchPlugin'

Version History

Changes in 1.1.1

  • Bugfix in index template

Changes in 1.1.0

  • Bugfixing and refactoring of ajax

Changes in 1.0.4

  • Added search tags in Document NodeType

Changes in 1.0.3

  • Optimized ajax search

Changes in 1.0.2

  • Optimized search engine

Changes in 1.0.1

  • Basic Json integration for ajax search

Changes in 1.0.0

  • First version of the Neos CMS search plugin

统计信息

  • 总下载量: 285
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-08-11