I have the facted navigation and pagination working ok now, but now the spelling suggestion doesn't work.
Is there a way to remove the ?collection=image-collection&form=images from the spelling suggestion url?
<@s.CheckSpelling prefix="<h5 id=\"search-spelling\"><i class=\"material-icons grey-text\">help</i> Did you mean <em>" suffix="</em>?</h5>" />
In the pagination I used:
a href="${fb.nextUrl?replace('&?collection=[a-zA-Z0-9_-]+&?','','r')?replace('&?form=[a-zA-Z0-9-_]+&?','','r')??html}"
But I cant see where I'd use that for spelling suggestion?