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

fix: suppress the wrong display of Search-No-Results page after a search #1679

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

SGrueber
Copy link
Collaborator

@SGrueber SGrueber commented Jun 7, 2024

PR Type

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:

What Is the Current Behavior?

When searching for a search term in the PWA and applying a filter afterwards, a subsequent search leads to a short display of "NO RESULTS FOUND" before the correct search results are returned.

Issue Number: Closes #

What Is the New Behavior?

The "NO RESULTS FOUND" is not shown in this case any more.

##Steps to repeat

  1. Open the PWA storefront and search for a search term (e.g. "PC").

  2. Select a filter (e.g. Color = "Red").

  3. Search for another search term (e.g. "HDMI").

    -> "NO RESULTS FOUND" is displayed for a short time before the correct results are returned.

Does this PR Introduce a Breaking Change?

[ ] Yes
[x] No

Other Information

AB#97249

* this happened if a query parameter like a filter has been set before
@SGrueber SGrueber requested a review from shauke June 7, 2024 12:00
@SGrueber SGrueber self-assigned this Jun 7, 2024
@SGrueber SGrueber added the bug Something isn't working label Jun 7, 2024
@SGrueber SGrueber added this to the 5.2 milestone Jun 7, 2024
@shauke shauke merged commit 3a92e22 into develop Jun 24, 2024
26 checks passed
@shauke shauke deleted the bugfix/search_result_page branch June 24, 2024 14:05
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

Successfully merging this pull request may close these issues.

2 participants