The search results is a bone of contention for a lot of people for different reasons. Check out this Idea for lots of ideas on short term options and help vote it up to make some changes.
@JeanetteMcVeigh Yea I saw that and already voted it up but will review the postings again. Thank you!
@jsalinas we have several tabs on the search results hidden, we had to hide them by their “place” in the order of the tabs. Below is the example CSS
/*hide Knowledge and Assets; Q&A; etc from search tab results*/
lrn-global-search dcb-ui-tabs-horizontal-header-itemraria-posinset="5"] {
display: none !important;
}
lrn-global-search dcb-ui-tabs-horizontal-header-itemraria-posinset="6"] {
display: none !important;
}
lrn-global-search dcb-ui-tabs-horizontal-header-itemraria-posinset="2"] {
display: none !important;
}
lrn-global-search dcb-ui-tabs-horizontal-header-itemraria-posinset="3"] {
display: none !important;
}
/*END hide Knowledge and Assets; Q&A from search results END*/
@Jenna M. Hi! Thank you for responding. Are you able to share a screenshot of your tabs so I can see what you are talking about? Thank you!
@jsalinas We have hidden positions 2,3,5,6 so you can see once the CSS is in place we only see positions 1 and 4 (All Results and Course Catalogs)