Skip to content

Commit

Permalink
Merge pull request #12 from RRZE-Webteam/FAU-400
Browse files Browse the repository at this point in the history
[FAU-376] Ignore higher semester admission requirements in the search
  • Loading branch information
zhyian authored Jun 17, 2024
2 parents 6ddc441 + 211e917 commit c171c04
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Infrastructure/Repository/WpQueryArgsBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,13 +253,6 @@ private function applyAdmissionRequirementFilter(
'compare' => 'IN',
'include_children' => true,
],
[
'taxonomy' => TeachingDegreeHigherSemesterAdmissionRequirementTaxonomy::KEY,
'terms' => $filter->value(),
'field' => 'slug',
'compare' => 'IN',
'include_children' => true,
],
[
'taxonomy' => MasterDegreeAdmissionRequirementTaxonomy::KEY,
'terms' => $filter->value(),
Expand Down

0 comments on commit c171c04

Please sign in to comment.