Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

&pagingSeparator causes issues when not at bottom of snippet call #23

Open
hugopeek opened this issue Nov 11, 2015 · 0 comments
Open

&pagingSeparator causes issues when not at bottom of snippet call #23

hugopeek opened this issue Nov 11, 2015 · 0 comments

Comments

@hugopeek
Copy link

Anything below &pagingSeparator property in snippet call is messing with the pagination output.

This works:

    [[!SimpleSearch?
        &containerTpl=`searchResultContainer`
        &tpl=`searchResultRow`
        &pageTpl=`searchButtonPaging`
        &currentPageTpl=`searchButtonPagingActive`
        &perPage=`10`
        &includeTVs=`1`
        &processTVs=`1`
        &pagingSeparator=``
    ]]

This doesn’t:

    [[!SimpleSearch?
        &containerTpl=`searchResultContainer`
        &tpl=`searchResultRow`
        &pageTpl=`searchButtonPaging`
        &currentPageTpl=`searchButtonPagingActive`
        &perPage=`10`
        &pagingSeparator=``
        &includeTVs=`1`
        &processTVs=`1`
    ]]

Results in:
screen shot 2015-11-11 at 16 31 20

matdave pushed a commit that referenced this issue Jul 25, 2022
FIX: Pagination Next and Last links
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant