2017 © Pedro Peláez
 

silverstripe-module faq

Provides Q&A pages and Solr-based search

image

silverstripe/faq

Provides Q&A pages and Solr-based search

  • Monday, October 23, 2017
  • by tractorcow
  • Repository
  • 3 Watchers
  • 3 Stars
  • 425 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 7 Forks
  • 4 Open issues
  • 8 Versions
  • 22 % Grown

The README.md

FAQ

Build Status Latest Stable Version Total Downloads License Dependency Status Reference Status, (*1)

Introduction

This module provides FAQ functionality on top of Solr., (*2)

Just by adding the module to the project, you'll get a ModelAdmin for FAQs, where you can manage Questions & Answers. You only need to add an FAQPage type (comes with the module), and some questions and answers., (*3)

The module comes with its own Solr search index, customized to have a fuzzy search, and has its own file for stopwords and synonyms., (*4)

Requirements

Installation

composer require silverstripe/faq

Run a database rebuild by visiting http://yoursite.com/dev/build. This will add the required database columns and tables for the module to function., (*5)

Ensure you have silverstripe/fulltextsearch-localsolr running (See this modules docs for starting local instance of Solr)., (*6)

Run the Solr related tasks:, (*7)

$ ./framework/sake dev/tasks/Solr_Configure
$ ./framework/sake dev/tasks/Solr_ReIndex
If you are using CWP

Check how to configure this module to behave like CWP-Solr on the docs., (*8)

Quickstart

  1. Add a FAQPage to your CMS, (*9)

    , (*10)

  2. Add an FAQ on the FAQ ModelAdmin sidebar link, (*11)

    , (*12)

  3. Wait for Solr to reindex, (*13)

  4. Search your FAQ page :), (*14)

    , (*15)

Features

TODO

  • Get static config variables from yml files for controller
  • Pagetypes, search index and dataobjects easily extendable
  • version FAQs (?)

The Versions

01/05 2017
26/11 2016

dev-features/code-cleanup

dev-features/code-cleanup https://github.com/d-rivera-c/silverstripe-faq

Provides Q&A pages and Solr-based search

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by wgodfrey
by drivera

search silverstripe faq solr

29/10 2016

1.1.0

1.1.0.0 https://github.com/d-rivera-c/silverstripe-faq

Provides Q&A pages and Solr-based search

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by wgodfrey
by drivera

search silverstripe faq solr

01/04 2016
04/03 2016

dev-feature/importer

dev-feature/importer https://code.platform.silverstripe.com/supervillains/silverstripe-faq

Provides Q & A pages and search

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Avatar benmanu
by wgodfrey
by drivera

search silverstripe faq

08/01 2016

0.9.0

0.9.0.0 https://code.platform.silverstripe.com/supervillains/silverstripe-faq

Provides Q & A pages and search

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Avatar benmanu
by wgodfrey
by drivera

search silverstripe faq