Download the PHP package benmanu/silverstripe-knowledgebase without Composer
On this page you can find all versions of the php package benmanu/silverstripe-knowledgebase. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download benmanu/silverstripe-knowledgebase
More information about benmanu/silverstripe-knowledgebase
Files in benmanu/silverstripe-knowledgebase
Package silverstripe-knowledgebase
Short Description A module for creating a feature rich knowledge-base
License BSD-3-Clause
Homepage http://github.com/benmanu/silverstripe-knowledgebase
Informations about the package silverstripe-knowledgebase
Knowledge-Base
Provides the ability to create a knowledge base. Functionality is based on top of the silverstripe/faq
module.
Features
Uses the [https://github.com/silverstripe/silverstripe-faq](SilverStripe FAQ module) as a base which contains the following features:
- Featured FAQ's
- Categorizing
- Search results will automatically attempt to detect misspellings of search terms.
Search term synonyms
The use of custom synonym definitions is another way in which misspelling suggestions can be controlled. Synonyms are configured out of the box in this module.
You can configure your synonyms in the Settings tab in the CMS.
Note that only admin users (who are those with privileges necessary to run the Solr_Configure task) will be able to view and edit this field.
Installation
composer require silverstripe/knowledgebase
Then ensure to run $ framework/sake dev/tasks/Solr_Configure
and $ framework/sake dev/tasks/Solr_Reindex
, and you should have the Knowledge base module ready to use.
Note:
If you are using the cwp/cwp
module, you will need to ensure you do not enable the SynonymsSiteConfig
extension in your config as it is enabled in this module by default.
Changes to Solr configuration.
The following outlines the changes that have been made to the specified Solr configuration files compared to the default silverstripe/faq settings:
knowledgebase/conf/extras/solrconfig.xml
to
Apply exact figures in fulltextsearch
module which is needs to work Synonym perfectly.
fulltextsearch solrconfig.xml
`
to `
knowledgebase/conf/extras/schema.ss
Added the following underneath $FieldDefinitions
:
`
knowledgebase/conf/extras/types.ss
Move SynonymFilterFactory to bottom of analyzer to include Synonyms in search results. See this pull request for more information
All versions of silverstripe-knowledgebase with dependencies
silverstripe/framework Version ~3.1
silverstripe/faq Version 1.1.0
silverstripe/fulltextsearch Version 2.3.1@stable
silverstripe/siteconfig Version 3.5.3@stable
benmanu/silverstripe-autocomplete Version 3.1