This module provides FAQ functionality on top of Solr.
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.
The module comes with its own Solr search index, customized to have a fuzzy search,
and has its own file for stopwords and synonyms.
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.
Ensure you have silverstripe/fulltextsearch-localsolr
running (See this modules docs for starting local instance of Solr).
Run the Solr related tasks:
$ ./framework/sake dev/tasks/Solr_Configure
$ ./framework/sake dev/tasks/Solr_ReIndex
Check how to configure this module to behave like CWP-Solr on the docs.
Add a FAQPage to your CMS
Add an FAQ on the FAQ ModelAdmin sidebar link
Wait for Solr to reindex
Search your FAQ page :)
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem