generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 2
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
FEATURE - Introduce global search #87
Comments
eouin
added a commit
that referenced
this issue
Jun 7, 2023
eouin
added a commit
that referenced
this issue
Jun 7, 2023
eouin
added a commit
that referenced
this issue
Jun 7, 2023
eouin
added a commit
that referenced
this issue
Jun 7, 2023
eouin
added a commit
that referenced
this issue
Jun 7, 2023
eouin
added a commit
that referenced
this issue
Jun 7, 2023
eouin
added a commit
that referenced
this issue
Jun 8, 2023
eouin
added a commit
that referenced
this issue
Jun 8, 2023
eouin
added a commit
that referenced
this issue
Jun 8, 2023
eouin
added a commit
that referenced
this issue
Jun 8, 2023
eouin
added a commit
that referenced
this issue
Jun 8, 2023
eouin
added a commit
that referenced
this issue
Jun 9, 2023
eouin
added a commit
that referenced
this issue
Jun 10, 2023
eouin
added a commit
that referenced
this issue
Jun 11, 2023
eouin
added a commit
that referenced
this issue
Jun 12, 2023
eouin
added a commit
that referenced
this issue
Jun 13, 2023
eouin
added a commit
that referenced
this issue
Jun 13, 2023
* feat: #87 - update search home page * feat: #87 - update search home page * feat: #87 - update search home page * feat: #87 - update search home page * feat: #87 - update search home page * feat: #87 - fix unit test * feat: #87 - fix unit test * feat: #87 - add changeset * feat: #87 - fix search - reset page when new search * feat: #87 - fix search - fix lint issue * feat: #87 - fix search - add unit test * feat: #87 - fix search - add unit test * feat: #87 - fix search - add unit test * feat: #87 - fix search - add unit test * feat: #87 - fix search - add unit test * feat: #87 - fix search - add unit test * feat: #87 - fix search - fix css issue on home page * feat: #87 - fix search - fix blogs reorder fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a Knowledge Hub user,
I want to be able to search for content across all of the resources available in Knowledge Hub,
so that I do not have to enter my search terms across various tabs
Description
Currently Knowledge Hub has local search for all tabs. We can simplify our users' information search by allowing them to search across all of the materials they can access in KH. Similar implementations exist on the SAP homepage, which searches across SAP Community and Documentation: (https://www.sap.com/index.html); as well as SAP For Me, which searches SAP Community, documentation, and various other support materials (https://me.sap.com/home).
Technical Design
What modules need to be created or enhanced?
How would the functionality be exposed and how can it be consumed?
Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)
Given I have a Knowledge Hub open
when I enter a term in the search bar and press enter
then ... a search results tab will appear with relevant results, separated by resource.
Notes
Tasks
The text was updated successfully, but these errors were encountered: