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

[GS] Excluding specific search results #75050

Closed
2 tasks
ryankeairns opened this issue Aug 14, 2020 · 2 comments · Fixed by #75174
Closed
2 tasks

[GS] Excluding specific search results #75050

ryankeairns opened this issue Aug 14, 2020 · 2 comments · Fixed by #75174

Comments

@ryankeairns
Copy link
Contributor

Related to #72331

Within the 'Apps' results there are specific items that we would like to exclude. In effect, we'll need a mechanism to remove the following, specific results:

  • App Error
  • Dashboard Mode
@pgayvallet
Copy link
Contributor

We got two options for this:

  1. Simply exclude from results all application that are in hidden mode (navLinkStatus: AppNavLinkStatus.hidden), as we are already doing for chromeless or disabled apps.
  2. Add an additional option when registering applications to allow manual opt-out of the results.

I feel like option 1 answer our needs efficiently, and should be good enough to start?

@ryankeairns
Copy link
Contributor Author

ryankeairns commented Aug 17, 2020

@pgayvallet option 1 seems like a reasonable solution. Please proceed, thank you!

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 a pull request may close this issue.

2 participants