0.0
Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Adds ThinkingSphinx to Pages
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 4.5.0, ~> 4.5
~> 0.4.2
~> 0.18.3
>= 3.5.1, ~> 3.5
>= 3.1.0, ~> 3.1

Runtime

< 5.2.0, >= 4.2.0
>= 3.2.0, ~> 3.2
 Project Readme

PagesSphinx

Adds fulltext search support to Pages using ThinkingSphinx.

Getting started

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

License

Pages is licensed under the MIT License.