Skip to content

Commit

Permalink
Reenable OR operator for ES search result (amundsen-io#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-tao authored and Zachary Ruiz committed May 13, 2022
1 parent 39b8651 commit 3fd9fe4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions search/search_service/proxy/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ def fetch_table_search_results_with_field(self, *,
"description^3",
"column_names^2",
"column_descriptions", "tags"],
"operator": "and"
}
},
"field_value_factor": {
Expand Down Expand Up @@ -357,7 +356,6 @@ def fetch_table_search_results(self, *,
"description^3",
"column_names^2",
"column_descriptions", "tags"],
"operator": "and"
}
},
"field_value_factor": {
Expand Down Expand Up @@ -399,7 +397,6 @@ def fetch_user_search_results(self, *,
"last_name^3",
"email^3"],
"operator": "and"

}
}
}
Expand Down
2 changes: 1 addition & 1 deletion search/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

__version__ = '1.4.0'
__version__ = '1.4.1'


requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
Expand Down

0 comments on commit 3fd9fe4

Please sign in to comment.