Skip to content

Commit

Permalink
don't apply fuzziness when queryFormat is 'and'
Browse files Browse the repository at this point in the history
* they don't like each other - elastic/elasticsearch#7764
  • Loading branch information
siddharthlatest committed Dec 26, 2017
1 parent 2ffa10f commit afa09b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/search/CategorySearch.js
Expand Up @@ -223,7 +223,6 @@ class CategorySearch extends Component {
fields,
type: 'cross_fields',
operator: 'and',
fuzziness: props.fuzziness ? props.fuzziness : 0,
},
},
{
Expand Down
1 change: 0 additions & 1 deletion src/components/search/DataSearch.js
Expand Up @@ -181,7 +181,6 @@ class DataSearch extends Component {
fields,
type: 'cross_fields',
operator: 'and',
fuzziness: props.fuzziness ? props.fuzziness : 0,
},
},
{
Expand Down

0 comments on commit afa09b1

Please sign in to comment.