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

[Bug] Table continues to apply client side searching even when onSearchChange is configured #4039

Closed
Nikhil-Nandagopal opened this issue Apr 17, 2021 · 3 comments · Fixed by #4316
Assignees
Labels
Bug Something isn't working Community Reported issues reported by community members High This issue blocks a user from building or impacts a lot of users Table Widget Verified When issue is retested post its fixed Widgets Product This label groups issues related to widgets

Comments

@Nikhil-Nandagopal
Copy link
Contributor

Steps to reproduce the behaviour:

  1. Drag a table
  2. Create a query and add a where clause to use similarity in PGSQL
  3. Display the query in the table
  4. Search for a query string like Jean Luc
  5. The query returns similar results like Jean Claude but the table filters these out on the client side
@Nikhil-Nandagopal Nikhil-Nandagopal added Bug Something isn't working Table Widget High This issue blocks a user from building or impacts a lot of users Community Reported issues reported by community members labels Apr 17, 2021
@github-actions github-actions bot added Widgets Product This label groups issues related to widgets UI Building Pod labels Apr 17, 2021
@areyabhishek
Copy link
Contributor

@Nikhil-Nandagopal What's the exact solution here? Could you describe it? We can ask @vicky-primathon to take a look at this.

@Nikhil-Nandagopal
Copy link
Contributor Author

@areyabhishek @riodeuno @vicky-primathon
The solution I was thinking of was to disable the client-side search if the user has configured a query onSearchTextChange.

@areyabhishek
Copy link
Contributor

And re-enable client side search if onSearchTextChange is reset. Sounds simple enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Community Reported issues reported by community members High This issue blocks a user from building or impacts a lot of users Table Widget Verified When issue is retested post its fixed Widgets Product This label groups issues related to widgets
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants