Hi Jeff,
Linux CF11 FC706 farcrysolrpro1.2.11 (checked with current FF and Chrome)
Just tested it on running site using linux/railo4/FC702 with the same results.
just try putting /search/operator/any/q/honey+bee/orderby/rank/page/2 in the url, and getpage could not be found.
I have however produced a work around by extending the forms/farPagination.cfc and adding to thegetPaginationLinkHREF() :
You need to add + to the rewrite rule in IIS or Apache. Iβll post an example when I get to my desk. Itβs not a problem with FC or the plugin but the example rewrite rule that everyone uses for Friendly URLs
Note the β\+β after the β%β entry. This allows for β+β as a valid character in a URL, which it is, so it should be allowed.
I discovered this using the new EncodeForURL function in CF10+ which, unlike urlEncodedFormat() replaces spaces with plus characters instead of β%20β.