Replies: 3 comments
-
Pls elaborate on your requirements? Typically filtering is handled by other means: ransack, or Meilisearch etc and ordinarily I would argue that it is probably outside the scope of pagination - but perhaps I misunderstood your use case? |
Beta Was this translation helpful? Give feedback.
-
@nhorton pagy tries to elude the Zawinski's Law: “Every program attempts to expand until it can read mail." 🤭 |
Beta Was this translation helpful? Give feedback.
-
Honestly, I figured out 30 minutes after this post that the sorting
behavior I thought was in pagy was actually an addition someone had added
in our code. It is close enough to the basic filtering (not full search)
that a lot of the use cases need that it led me to the question.
Seeing that is not core pagy makes this irrelevant - apologies for the
misaligned question. Thanks all
…On Fri, Dec 30, 2022, 7:42 PM Domizio Demichelis ***@***.***> wrote:
@nhorton <https://github.com/nhorton> pagy tries to elude the Zawinski's
Law:
“Every program attempts to expand until it can read mail."
🤭
—
Reply to this email directly, view it on GitHub
<#437 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABR24WIJRM7KXFLIORI7BTWP6MQBANCNFSM6AAAAAATNHXSMA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I have been using pagy a couple months and really appreciate it.
But I keep feeling like it should be handling filtering as well; is there any recommended way of doing filtering with Pagy, or something built in I missed?
Beta Was this translation helpful? Give feedback.
All reactions