the model is of type DotSee.SiteBlog.PageBlogListViewModel
However if i manually go to
https://localhost:44325/test-blog/?t=tag_name&page=2 it works
I can rebuild this model properties in _PagePager.cshtml based on CustomMessagefrom where i can get the tag and search again on BlogRoot but It will be better to be corected in the controller.
Thank you for your support.
Missing Pagination for tag search
No matter how many items are with a tag, when go to route : https://localhost:44325/test-blog/?t=tag_name the fields:
totalItems and totalPages are 0
the model is of type DotSee.SiteBlog.PageBlogListViewModel However if i manually go to https://localhost:44325/test-blog/?t=tag_name&page=2 it works I can rebuild this model properties in _PagePager.cshtml based on CustomMessagefrom where i can get the tag and search again on BlogRoot but It will be better to be corected in the controller. Thank you for your support.
I made a workaround in _PagePager as follows (maybe will be useful to somebody else):
is working on a reply...