i tried rebuilding the Taxonomy Facets index again, and cron - but nothing.

the only thing make it appear in faceted search results - is editing the node, and save it again.

====

my faceted search's result url is - /events/library/results/taxonomy,
if i try to write the taxonomy id that i know exist, but doesn't appear in results
like - /events/library/results/taxonomy:114

it will show me the results, but will give me this error on top of the next page i'm going to view -

warning: parse_url(/events/library/results/taxonomy:114) [function.parse-url]: Unable to parse URL in /chroot/home/html/sites/all/modules/securepages/securepages.module on line 128.
warning: extract() [function.extract]: First argument should be an array in /chroot/home/html/sites/all/modules/securepages/securepages.module on line 128.

Comments

David Lesieur’s picture

Status: Active » Closed (fixed)

The warnings you get seem unrelated to Faceted Search (error is in securepages,module). This module might be getting in the way.

Closing the issue because I might be arriving too late anyway.