Skip to content

Commit

Permalink
fix: New constraint for variant sorting
Browse files Browse the repository at this point in the history
MAKAIRA-3659 New constraint for variant sorting
  • Loading branch information
duongnfq841992 authored Jul 20, 2023
2 parents d805b35 + 2da8828 commit a80706f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Constraints.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ final class Constraints
*/
const VARIANT_COUNT = 'query.variant_count';

/**
* Variant sorting used in query.
*/
const VARIANT_SORTING = 'query.variant_sorting';

/**
* Variant count used in query.
*/
Expand Down

0 comments on commit a80706f

Please sign in to comment.