Sha256: 97979053177255c816ef8386de0430649b6c6cf3d66df27992e3139dff9b4bb0
Contents?: true
Size: 500 Bytes
Versions: 4
Compression:
Stored size: 500 Bytes
Contents
# PagesSphinx Adds fulltext search support to Pages using ThinkingSphinx. ## Getting started To get started, add it to your Gemfile: ```ruby gem "pages_sphinx" ``` Next, run the installer to generate the configuration file: ```sh bin/rails g pages_sphinx:install ``` You can now start the process and index your content: ```ssh bin/rails ts:configure bin/rails ts:start bin/rails ts:generate ``` ## License Pages is licensed under the [MIT License](http://www.opensource.org/licenses/MIT).
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pages_sphinx-0.0.4 | README.md |
pages_sphinx-0.0.3 | README.md |
pages_sphinx-0.0.2 | README.md |
pages_sphinx-0.0.1 | README.md |