承接 nswdpc/silverstripe-search-typesense 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

nswdpc/silverstripe-search-typesense

最新稳定版本:v0.2.0

Composer 安装命令:

composer require nswdpc/silverstripe-search-typesense

包简介

Typesense integration

README 文档

README

This module:

  • allows programmatic creation of search forms to query a Typesense collection
  • carrying out of Typesense searches on a selected collection
  • provides a consistent data structure for indexing and rendering results
  • allows adding of support Typesense instantsearch to your data models, with configuration within the administration area
  • provides an extension to handle upsert and removal of documents that are marked for indexing

This module does not provide any implementations for searching in your Typesense collections. Use the following modules to implement this:

  • nswdpc/silverstripe-typesense-cms - provides a Typesense page to search and display results from collections
  • nswdpc/silverstripe-typesense-elemental - provides Elemental content blocks to search collections

For NSW users wanting to integrate with the NSW Design System, the module nswdpc/waratah-typesense will assist.

Documentation

Requirements

  • a Typesense server or servers

Installation

The only supported way of installing this module is via composer. Ensure you have a repo entry until this module is added to packagist:

{
    "type": "vcs",
    "url": "git@github.com:nswdpc/silverstripe-search-typesense.git"
}
composer require nswdpc/silverstripe-search-typesense

License

BSD-3-Clause

Configuration

Environment:

TYPESENSE_API_KEY="API key that can read and write"
TYPESENSE_SERVER="https://host:port"
TYPESENSE_SEARCH_KEY='Optional search only key for creating scoped API keys for Instantsearch'

Maintainers

  • PD web team

Bugtracker

We welcome bug reports, pull requests and feature requests on the Github Issue tracker for this project.

Please review the code of conduct prior to opening a new issue.

Security

If you have found a security issue with this module, please email digital[@]dpc.nsw.gov.au in the first instance, detailing your findings.

Development and contribution

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

Please review the code of conduct prior to completing a pull request.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2025-10-01