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

Always emit search event #41771

Merged
merged 1 commit into from Nov 29, 2023
Merged

Always emit search event #41771

merged 1 commit into from Nov 29, 2023

Conversation

Fenn-CS
Copy link
Contributor

@Fenn-CS Fenn-CS commented Nov 27, 2023

For BOD, it's better to always emit the search event so apps (all of which we don't know) responding to this effect would receive notifications when the search happens within these apps.

@@ -248,9 +248,8 @@ export default {
this.results = []
return
}
if (this.supportFiltering()) {
Copy link
Member

Choose a reason for hiding this comment

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

Also drop the method?

Copy link
Contributor Author

@Fenn-CS Fenn-CS Nov 27, 2023

Choose a reason for hiding this comment

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

@juliushaertl the method is needed to make sure the "Filter in app" button for our own hard coded apps, show for now.

@AndyScherzinger
Copy link
Member

/backport to stable28

For BOD, it's better to always emit the search event so
 apps (all of which we don't know) responding to this effect would receive notifications when
the search happens within these apps.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
@AndyScherzinger AndyScherzinger merged commit 82f0619 into master Nov 29, 2023
42 checks passed
@AndyScherzinger AndyScherzinger deleted the always-emit-search-event branch November 29, 2023 21:09
@AndyScherzinger
Copy link
Member

/backport to stable28

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

Successfully merging this pull request may close these issues.

None yet

4 participants