You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2018. It is now read-only.
sdepablos edited this page Aug 9, 2010
·
12 revisions
Pre-requisites
Teambox uses sphinx for search. You will also need a mysql or postgresql database in which to store the index.
Enabling search
By default search in Teambox is disabled. In order to enable it you will need to modify this line in config/teambox.yml and change the false value to true :
# Enable search (you must have thinking_sphinx installed and configured)
# See http://wiki.github.com/teambox/teambox/configuring-search for more
# information on configuring search
allow_search: false
Once you have enabled search, you will need to generate the search index: