You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess that's not really possible with this plugin; I can't see a way to rewrite it to work with ElementCriteriaModel, even though I would like to (also for general performance reasons).
The frontend would presumably be able to paginate in some way using JavaScript (and maybe something could even be done in the template using the 'batch' filter) but that would involve writing the logic for it and would cost performance rather than save it, so it's not so great…
I'll leave this issue open in case I or someone can come up with some trick anyway.
As substringSearch method returns an array and {% paginate %} requires am ElementCriteriaModel object, how can I create a paginated page search?
The text was updated successfully, but these errors were encountered: