Skip to content

Commit

Permalink
Add database to search API (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-tao authored Jul 17, 2019
1 parent d3d49d4 commit ea46e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion search_service/proxy/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ def fetch_table_search_results_with_field(self, *,
'tag': 'tags',
'schema': 'schema_name.raw',
'table': 'name.raw',
'column': 'column_names.raw'
'column': 'column_names.raw',
'database': 'database.raw'
}

if query_term:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '1.1.2'
__version__ = '1.1.3'


setup(
Expand Down

0 comments on commit ea46e71

Please sign in to comment.