Skip to content

Commit

Permalink
fixed filter for kb resources
Browse files Browse the repository at this point in the history
  • Loading branch information
bluedeepart committed Feb 21, 2025
1 parent 63e52e0 commit 6d27126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/coveo-search/coveo-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function searchMainSection() {
return `
<div class="section coveo-tab-section-wrapper sticky-element sticky-desktop">
<div class="coveo-tab-section">
<a class="CoveoTab coveo-tab" data-id="All" data-caption="All Content" data-expression="@source==&quot;Coveo Test Key&quot; OR @source==&quot;Molecular Devices Support Portal&quot;"></a>
<a class="CoveoTab coveo-tab" data-id="All" data-caption="All Content" data-expression="@source==&quot;Coveo Test Key&quot; OR @source==&quot;Molecular Devices Support Portal&quot;${getFilter()}"></a>
<div class="CoveoTab coveo-tab" data-id="Resources" data-caption="Resources" data-expression="@source==&quot;Coveo Test Key&quot; AND @md_pagetype==Resource AND NOT @md_contenttype==CoA AND NOT @md_contenttype==SDS AND NOT @md_contenttype==SDS">
</div>
<div class="CoveoTab coveo-tab" data-id="Videos" data-caption="Videos" data-expression="@source==&quot;Coveo Test Key&quot; AND @md_contenttype==&quot;Videos &amp; Webinars&quot;">
Expand Down

0 comments on commit 6d27126

Please sign in to comment.