Skip to content

Commit 211e917

Browse files
committed
fix: ignore higher semester admission requirements in the search
1 parent 6ddc441 commit 211e917

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Infrastructure/Repository/WpQueryArgsBuilder.php

-7
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,6 @@ private function applyAdmissionRequirementFilter(
253253
'compare' => 'IN',
254254
'include_children' => true,
255255
],
256-
[
257-
'taxonomy' => TeachingDegreeHigherSemesterAdmissionRequirementTaxonomy::KEY,
258-
'terms' => $filter->value(),
259-
'field' => 'slug',
260-
'compare' => 'IN',
261-
'include_children' => true,
262-
],
263256
[
264257
'taxonomy' => MasterDegreeAdmissionRequirementTaxonomy::KEY,
265258
'terms' => $filter->value(),

0 commit comments

Comments
 (0)