Skip to content

Commit

Permalink
PT-14632: Fixs search in variations by keyword. (#713)
Browse files Browse the repository at this point in the history
fix: The Admin Back Office and api/catalog/listentries endpoint has been updated to correctly return product variations when users search by keyword. This ensures that users can find the specific product variations they are looking for.
  • Loading branch information
OlegoO committed Dec 19, 2023
1 parent 1b48047 commit 945444e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public override CatalogIndexedSearchCriteria FromListEntryCriteria(CatalogListEn
}

WithHidden = !listEntryCriteria.HideDirectLinkedCategories;
SearchInVariations = listEntryCriteria.SearchInVariations;

return base.FromListEntryCriteria(listEntryCriteria);
}
Expand Down

0 comments on commit 945444e

Please sign in to comment.