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

[Admin] String Search Malfunction on "Contact Management" Page #1012

Open
mehalyna opened this issue Dec 9, 2024 · 0 comments
Open

[Admin] String Search Malfunction on "Contact Management" Page #1012

mehalyna opened this issue Dec 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mehalyna
Copy link
Collaborator

mehalyna commented Dec 9, 2024

The string search functionality on the "Contact Management" Administrator page does not consistently work for substring matches. Additionally, after clearing the search input, the table fails to dynamically refresh and display all entries.


Steps to Reproduce:

  1. Sign in with Administrator credentials.
  2. Navigate to the Contact Management page.
  3. In the search bar, type a substring present in one of the table's entries (e.g., "John").
  4. Observe whether the search result updates correctly.
  5. Clear the search bar to remove the entered substring.
  6. Observe whether the table dynamically refreshes to show all entries.

Expected Behavior:

  • The search should match all entries containing the provided substring, regardless of its position (beginning, middle, or end of the string).
  • Upon clearing the search input, the table should dynamically refresh and display all available contacts.

Actual Behavior:

  • The search sometimes fails to return results for valid substrings.
  • After clearing the search input, the table remains filtered or does not refresh dynamically.

Environment:

  • Platform: Web (Chrome)
  • OS: Windows 11
  • Browser Versions: Chrome v114.0, Edge v104.0
  • Reproducibility: Frequent (7/10 times)

Additional Notes:

  • This issue disrupts the user experience, particularly when managing a large number of contacts.
  • Logs or network traffic do not indicate any visible errors during the search operation.

Attachments:

  • Screenshots of incorrect search results.
  • Console logs captured during search.
  • Browser console error (if available).

Priority: Medium
Severity: Major
Status: Open

@mehalyna mehalyna added the bug Something isn't working label Dec 9, 2024
@mehalyna mehalyna changed the title String Search Malfunction on "Administrator Contact Management" Page [Admin] String Search Malfunction on "Contact Management" Page Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant