Skip to content
Snippets Groups Projects

Change ES filter setting to * from *.mapbox

Merged Dimitri DI GUSTO requested to merge DOS0074783 into development
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -146,7 +146,7 @@ export class ElasticsearchService {
@@ -146,7 +146,7 @@ export class ElasticsearchService {
{
{
query_string: {
query_string: {
query: searchString,
query: searchString,
default_field: '*.mapbox',
default_field: '*',
analyzer: 'my_search_analyzer',
analyzer: 'my_search_analyzer',
fuzziness: 'AUTO',
fuzziness: 'AUTO',
minimum_should_match: '90%',
minimum_should_match: '90%',
Loading