Transactions > All - Filtering issue #83

Closed
opened 2025-12-28 23:25:51 +01:00 by adam · 1 comment
Owner

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:

Image Image Image
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:** <img width="2112" height="2436" alt="Image" src="https://github.com/user-attachments/assets/13761316-fa61-4526-a99e-18024d8b976b" /> <img width="2116" height="2756" alt="Image" src="https://github.com/user-attachments/assets/58c65b6f-7e07-4162-bf1a-d6479ca821ee" /> <img width="2094" height="2362" alt="Image" src="https://github.com/user-attachments/assets/42936e4a-ca23-49bd-b9bb-ab9d9a82049e" />
adam closed this issue 2025-12-28 23:25:51 +01:00
Author
Owner

@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 Content box and it should work. Content searchs for notes and descriptions in the transaction. Or just clear the quick search and everything should show up.

@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 `Content` box and it should work. `Content` searchs for notes and descriptions in the transaction. Or just clear the quick search and everything should show up.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#83