Skip to content

Commit

Permalink
fix(custom-search): revert underscore as quoted (#8163)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Jun 16, 2023
1 parent 18b5a91 commit a5ee1ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ queryConfigurations:
boost_mode: multiply

# Criteria for exact-match only
# Contains quoted or contains underscore then use exact match query
# Contains quoted then use exact match query
- queryRegex: >-
["'].+["']|\S+_\S+
["'].+["']
simpleQuery: false
prefixMatchQuery: true
exactMatchQuery: true
Expand Down

0 comments on commit a5ee1ca

Please sign in to comment.