Catalog Search
I am to the point where I have confirmed the installation of SOPAC, Locum, Insurge, and Sphinx. I have completed my first harvest and built all of my index tables and got Sphinx up and running.
I created a simple search form on a page in drupal using the following code:
<?php
print sopac_search_form('both');
?>
After typing in a simple search like, "dogs", I am redirected to the following page, but it is just blank
http://drupal/catalog/search/keyword/dogs?search_format=b|o
Any thoughts on why the search may not be working?



does http://drupal/catalog/search/keyword/dogs by itself work?
It doesn't appear so. That comes up blank as well.
Any ideas on what may cause the search to not function?
Which versions of locum and SOPAC are you testing?
Sopac - 6.x-2.0
I can't find the version for Lucum, but at the top of the CHANGELOG file, there is:
2009-12-15 16:37:41 -0500 (Tue, 15 Dec 2009) | 2 lines
Changed paths:
M /trunk/sphinx/sphinx.conf
Updates sphinx.conf file to handle diacritics and new data structures.
Any ideas on what may be causing the search not to work? Thanks so much!
Not sure, but try upgrading to 2.1-rc1 and see if that helps. If not, it might be worth adding a trace into the code to see if you're even getting anything back from locum or not. If you get to that point, I can give you some pointers on that.