Hi all
I *know* I've come up against this before, I *think* I remember what the issue was, but I *don't* remember how to fix it.
Issue is I'm accessing Funnelback collections via a REST resource in Matrix, params get passed through, REST resource talks to Funnelback servers, responds, display results, etc. I have set up some faceted searches, all good. The params being passed through all look correct. So far so good.
However, when I click on a faceted search it doesn't *do* the faceted search. It just repeats the same search, with no change to the results or the layout of the facets. The URL has the faceted params on it, specifically:
&f.Refine search|H=Webpage
we are trying to refine the search on all records where the metadata class 'H' is 'Webpage'. I've narrowed it down to the REST resource because if I look at the results outside the REST resource (i.e. direct from FB admin view) then the results and facets and everything works fine.
I'm pretty sure when I investigated this before the issue was something like the REST resource is escaping the pipe character or is lost in some other way during transmission, so when Funnelback gets the query it's not recognising it as a faceted search.
The fix was....well, I don't remember now. Anyone seen this, know what I'm talking about?