Skip to content

Commit

Permalink
Merge pull request #3362 from rbayet/fix-elasticsuite-core-support-cu…
Browse files Browse the repository at this point in the history
…rrency-condition-2.10

[Core] Fix #3334, adding support currency condition
  • Loading branch information
rbayet authored Sep 2, 2024
2 parents bf2aa7a + 03877c8 commit f1dc21d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ class QueryBuilder
'fulltext' => 'queryText',
'match' => 'queryText',
'in_set' => 'values',
// Trick to silently ignore that condition if it slips along with a price range here from advanced search.
'currency' => 'currency',
];

/**
Expand Down

0 comments on commit f1dc21d

Please sign in to comment.