Skip to content

Commit

Permalink
feat(core): Rename SearchInput facetIds arg to facetValueIds
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The "facetIds" field of the SearchInput type has been renamed to "facetValueIds" to better reflect the expected id type.
  • Loading branch information
michaelbromley committed May 31, 2019
1 parent 4429730 commit 8b116b2
Show file tree
Hide file tree
Showing 14 changed files with 358 additions and 346 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class ProductListComponent
skip,
take,
term: this.searchTerm,
facetIds: this.facetValueIds,
facetValueIds: this.facetValueIds,
groupByProduct: this.groupByProduct,
} as SearchInput,
}),
Expand Down
Loading

0 comments on commit 8b116b2

Please sign in to comment.