This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Product Query - add support for the global query (#7382)
* Product Query: Fix pagination issue * Product Query - Add support for the Filter By Price Block #6790 Product Query - Add support for the Filter By Price Block * fix query relation * fix on sale query * Product Query - Add support for the Filter By Attributes block #6790 Product Query - Add support for the Filter By Attributes block * fix bugged pagination and on-sale filter after refactor * address feedback * Product Query - Add support for the Filter By Stock Block #6790 Product Query - Add support for the Filter By Stock Block * Fix filter blocks: the data (e.g: max price or stock-status) match the variation #7245 fix filter blocks: the data (e.g: max price or stock-status) match the variation * rename allowControls to allowedControls * add support to the global query * fix eslint error * bot: update checkstyle.xml * Update src/BlockTypes/ProductQuery.php Co-authored-by: Tung Du <dinhtungdu@gmail.com> * fix global query generation * bot: update checkstyle.xml * try: refactor merge_queries * remove debug code * fix: unpack assoc array php 7.4 * try: refactor merge_queries to take any form of input without unpacking and preparing the input arrays * add missing query vars * add feature flag * updates comment Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tung Du <dinhtungdu@gmail.com>
- Loading branch information
1 parent
aa3837f
commit bbee496
Showing
5 changed files
with
142 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters