PagerSlim for Lucene Search #6895
Replies: 2 comments 2 replies
-
Yes it is a lightweight pager, you may have to implement a custom search controller / view OR just override the With a lower precedence can also be just under You can also override the |
Beta Was this translation helpful? Give feedback.
-
PagerSlim has been used on the Search result page mainly because the full pager doesn't scale really well. Nothing prevents you though from using the full Pager by replacing the current one using the methods described by @jtkech in the previous comment. |
Beta Was this translation helpful? Give feedback.
-
I'm curious why the
Search
method inOrchardCore.Lucene.Controllers.SearchController
returns aPagerSlim
instead of aPager
. Is the performance really bad with aPager
? Are there any plans to use aPager
in the future? I think most users would expect to see a full pager for search results.Sorry to question your design decisions, just figured I would ask :)
Beta Was this translation helpful? Give feedback.
All reactions