I'm having trouble with faceted navigation. I have a custom form (images.ftl) which has faceted navigation. However the links that are generated don't include the '&form=images' so when I click on one of them, it defaults back to simple.ftl.
All other links seem fine - spelling suggestions, pagination, etc. My search box uses an hidden input field to select the form.
Is there a way to force the links to include the custom form? Or have it set it up wrong?
we sometimes need to clean up faceted navigation links to get them working.
You can do that in the template or in a proxy request (if you embedding it in another service).
if you can post the code you have for the faceted nav in your .ftl and the version you are using might be able to suggest some updates