Re: Enabling Searching on RB 1.5.5

2011-06-20 Thread Christopher Hahn
Hey, I have yet to find out how to enable to "Enable Search" checkbox in my ReviewBoard settings page. I checked my setting_local.py, and I see (munged): # Database configuration DATABASE_ENGINE = 'mysql' DATABASE_NAME = 'reviewboard' DATABASE_USER

Re: Enabling Searching on RB 1.5.5

2011-06-14 Thread Christian Hammond
Hi, Those settings are stored in the database, rather than settings_local.py. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Jun 14, 2011 at 4:40 PM, Christopher Hahn wrote: > Hey, > > It occurs to

Re: Enabling Searching on RB 1.5.5

2011-06-14 Thread Christopher Hahn
Hey, It occurs to me to ask whether there is a variable that corresponds to the "Enable Search" checkbox, one that can be set in settings_local.py I will poke about for it, but let me know if this is something obvious... Thank you, Chris On Tue, Jun 14, 2011 at 4:30 PM, Christopher Hahn wrote

Re: Enabling Searching on RB 1.5.5

2011-06-14 Thread Christopher Hahn
Thanks Chris. Well, I did not have toit was already installed. (my commands were to show this...I had to confirm, but it was there) Thanks again! Chris On Tue, Jun 14, 2011 at 2:54 PM, Christian Hammond wrote: > Did you reload your web server after installing pylucene? > > Christian > > -

Re: Enabling Searching on RB 1.5.5

2011-06-14 Thread Christian Hammond
Did you reload your web server after installing pylucene? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Tue, Jun 14, 2011 at 12:09 PM, XRZ1138 wrote: > > BTW, I am seeing a pylucene warning on my RB sett

Re: Enabling Searching on RB 1.5.5

2011-06-14 Thread XRZ1138
BTW, I am seeing a pylucene warning on my RB setting page: == Enable search Provides a search field for quickly searching through review requests. PyLucene (with JCC) is required to enable search. See the documentation for instructions. ===

Enabling Searching on RB 1.5.5

2011-06-14 Thread XRZ1138
Hello, I checked my server and pylucene is installed: === root@manager:/data2/ReviewBoard/conf# apt-get install pylucene Reading package lists... Done Building dependency tree Reading state information... Done pylucene is already the newest version.