-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
MOBILE-3371: Global Search #3724
Conversation
52b4aaf
to
26514ed
Compare
26514ed
to
b986772
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Along with the comments below, shouldn't we create a link handler to open the global search if the user clicks a link to /search/index.php?
src/core/classes/items-management/paginated-items-manager-source.ts
Outdated
Show resolved
Hide resolved
src/core/features/search/components/global-search-filters/global-search-filters.component.ts
Outdated
Show resolved
Hide resolved
src/core/features/search/components/global-search-filters/global-search-filters.component.ts
Show resolved
Hide resolved
src/core/features/search/components/global-search-filters/global-search-filters.component.ts
Show resolved
Hide resolved
b986772
to
9ce9633
Compare
src/core/features/search/components/global-search-filters/global-search-filters.component.ts
Outdated
Show resolved
Hide resolved
src/core/features/search/components/global-search-filters/global-search-filters.component.ts
Show resolved
Hide resolved
9ce9633
to
b805a28
Compare
Also improved storybook set up to test the new feature
b805a28
to
e90af3c
Compare
@dpalou Other than what we already discussed, I've also implemented support for 2 new result types: side blocks and course sections. This is in a new commit, but all the other changes are mostly amended in the previous ones. I also had to rebase to resolve merge conflicts, so you may have to look into the commits again. |
src/core/features/course/components/course-format/course-format.ts
Outdated
Show resolved
Hide resolved
src/core/features/course/components/course-format/course-format.ts
Outdated
Show resolved
Hide resolved
e90af3c
to
254dcb3
Compare
Behat tests won't pass until MDL-56020 is integrated in core.