First I got this when loaded:
Parse error: syntax error, unexpected T_OBJECT_OPERATOR, expecting ')' in /home/zynnys0/public_html/modules/faceted_search/faceted_search_views.module on line 117
When I commented out the offending code I got the same error for line 124

Then I was able to set up some text search fields and it was all looking good. Placed the search blocks onto a page, went to navigate that page and bingo, fatal error:

Fatal error: Call to undefined function: faceted_search_quoted_query_extract() in /home/zynnys0/public_html/modules/cck_facets/text_facets.module on line 24
Changed if ($found_text = faceted_search_quoted_query_extract($arg, $field['field_name'])) {

Checked all the modules in cck_facets and faceted_views and could not find such a function (which doesn't mean it doesn't exist in some constructed form. Anyway, I tried. I'll have to go back to more primitive forms of search.

Comments

david lesieur’s picture

Status: Active » Closed (duplicate)

This has been fixed in the -dev version. See http://drupal.org/node/233089.

About the CCK Facets error: As stated on the CCK Facets page, CCK Facets requires the -dev version of Faceted Search.

NewZeal’s picture

Thanks for that David. I missed that.