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: enableQuerySyntax is not passed to recent-query-list controller #3818

Merged
merged 5 commits into from Apr 19, 2024

Conversation

y-lakhdar
Copy link
Contributor

https://coveord.atlassian.net/browse/KIT-3096

Whenever a submit action (Enter key pressed) is being recorded on a recent-query suggestion, the prepareForSearchWithQuery search action is triggered with the appropriate enableQuerySyntax value.

However, when a mouse click action is recorded on a recent-query suggestion, the prepareForSearchWithQuery search action called by the headless-recent-queries-list controller does not specify the enableQuerySyntax value.

@y-lakhdar y-lakhdar requested a review from a team as a code owner April 18, 2024 17:28
Copy link

Pull Request Report

PR Title

✅ Title follows the conventional commit spec.

Bundle Size

File Old (kb) New (kb) Change (%)
case-assist 200 200 0
commerce 248.3 248.3 0
search 356.2 356.3 0
insight 337.3 337.3 0
product-listing 252 252 0
product-recommendation 170.5 170.5 0
recommendation 212.9 212.9 0
ssr 350.2 350.3 0

SSR Progress

Use case SSR (#) CSR (#) Progress (%)
search 39 44 89
recommendation 0 4 0
product-recommendation 0 10 0
product-listing 0 13 0
case-assist 0 6 0
insight 0 27 0
Detailed logs search : buildInteractiveResult
search : buildInteractiveInstantResult
search : buildInteractiveRecentResult
search : buildInteractiveCitation
search : buildGeneratedAnswer
recommendation : missing SSR support
product-recommendation : missing SSR support
product-listing : missing SSR support
case-assist : missing SSR support
insight : missing SSR support

…-recent-queries-list.test.ts

Co-authored-by: Frederic Beaudoin <fbeaudoin@coveo.com>
@y-lakhdar y-lakhdar added this pull request to the merge queue Apr 19, 2024
Merged via the queue into master with commit e1bb701 Apr 19, 2024
90 checks passed
@y-lakhdar y-lakhdar deleted the KIT-3096 branch April 19, 2024 17:46
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.

None yet

5 participants