Skip to content

Comments

fix: enable global search for quotes#2439

Open
bhavesh-018 wants to merge 1 commit intokrayin:2.1from
bhavesh-018:fix/quotes-search-functionality
Open

fix: enable global search for quotes#2439
bhavesh-018 wants to merge 1 commit intokrayin:2.1from
bhavesh-018:fix/quotes-search-functionality

Conversation

@bhavesh-018
Copy link

Issue Reference

fix #2429

Description

The global search input on the Quotes listing page was not applying any filtering.
This PR ensures the search value is correctly applied to the Quotes DataGrid query so records are filtered based on the entered term. When no matches are found, an empty result set is shown.

How To Test This?

  1. Go to Dashboard → Quotes.
  2. Enter any value in the search input and apply the search.
  3. Verify that only matching records are displayed.
  4. Enter a value that does not match any record.
  5. Verify that no records are shown.
  6. Clear the search input and confirm all records are visible again.

Documentation

  • My pull request requires an update on the documentation repository.

Branch Selection

  • Target Branch: master

Tailwind Reordering

  • Tailwind classes are already ordered correctly.

@sagarkumar-webkul
Copy link
Collaborator

sagarkumar-webkul commented Jan 30, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Search input does not work on Quotes listing page

3 participants