mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-06 13:10:03 +01:00
Transactions > All - Filtering issue #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BricedM on GitHub (Dec 11, 2025).
Issue Description
When applying filters in the “All Transactions” view, the results are paginated inconsistently. Some pages display only one record, others show multiple records, and some appear empty.
Below is an example:
@eitchtee commented on GitHub (Dec 11, 2025):
That's due to how the quick search works, quick search is local and works by hiding any transaction that doesn't have the text you typed in the box nothing is sent to the server (so the pagination doesn't change), it's good for, as the name suggests, quickly finding something in the page.
The filters send a request to the server and get properly paginated results. You can move your text from the quick search to the
Contentbox and it should work.Contentsearchs for notes and descriptions in the transaction. Or just clear the quick search and everything should show up.