Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement search functionality for payments #2296

Closed
dotmacro opened this issue Aug 12, 2024 · 1 comment · Fixed by #2335
Closed

Implement search functionality for payments #2296

dotmacro opened this issue Aug 12, 2024 · 1 comment · Fixed by #2335

Comments

@dotmacro
Copy link
Member

dotmacro commented Aug 12, 2024

Problem

On testing and live, the "Completed" tab on the "Payments" view shows a search box and a loupe icon. The user can type text into the search box, but there is no way to submit the query -- neither clicking the icon nor hitting the enter key does anything. Search is not implemented.

search

Solution

Implement this search function. (In the meantime, hide the non-functional search box and loope from the UI.)

@SebinSong
Copy link
Collaborator

@dotmacro
I just investigated this issue and it looks like the search function is implemented but currently broken due to this run-time error.

FYI, the search is executed for each keystroke not by any call-to-action.

taoeffect pushed a commit that referenced this issue Sep 9, 2024
…2335)

* fix the broken payment search

* remove the debug console

* remove unused var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants