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

Pro 6810 search empty broken #4807

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Pro 6810 search empty broken #4807

merged 2 commits into from
Nov 20, 2024

Conversation

ValJed
Copy link
Contributor

@ValJed ValJed commented Nov 19, 2024

PRO-6810

Summary

Performs the search even if the last is empty. Allows to reset the search to its initial state.

What are the specific steps to test this change?

Make search on pieces, them empty it, should work.

Cypress tests 🟢

What kind of change does this PR introduce?

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • Build-related changes
  • Other

Make sure the PR fulfills these requirements:

  • It includes a) the existing issue ID being resolved, b) a convincing reason for adding this feature, or c) a clear description of the bug it resolves
  • The changelog is updated
  • Related documentation has been updated
  • Related tests have been updated

Copy link

linear bot commented Nov 19, 2024

@ValJed ValJed requested a review from myovchev November 19, 2024 14:33
@@ -427,8 +427,6 @@ export default {
queryExtras.autocomplete = query;
} else if ('autocomplete' in this.queryExtras) {
queryExtras.autocomplete = undefined;
} else {
return {};
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The fix, in our case no autocomplete, we still want to perform the request.

myovchev
myovchev previously approved these changes Nov 19, 2024
@ValJed ValJed merged commit d9876ce into main Nov 20, 2024
9 checks passed
@ValJed ValJed deleted the pro-6810-search-empty-broken branch November 20, 2024 11:23
ValJed added a commit that referenced this pull request Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants