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:
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" />
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.