Adds fulltext search support to Pages using ThinkingSphinx.
To get started, add it to your Gemfile:
gem "pages_sphinx"
Next, run the installer to generate the configuration file:
bin/rails g pages_sphinx:install
You can now start the process and index your content:
bin/rails ts:configure
bin/rails ts:start
bin/rails ts:generate
Pages is licensed under the MIT License.