Skip to content

Commit

Permalink
Add badges to table mapping (#94)
Browse files Browse the repository at this point in the history
* Add badges to table mapping to support badge filters

* Bump version
  • Loading branch information
ttannis authored Apr 7, 2020
1 parent b4248b9 commit f368576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions search_service/proxy/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

# mapping to translate request for table resources
TABLE_MAPPING = {
'badges': 'badges',
'tag': 'tags',
'schema': 'schema.raw',
'table': 'name.raw',
Expand Down
2 changes: 1 addition & 1 deletion 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__ = '2.1.5'
__version__ = '2.1.6'

requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
with open(requirements_path) as requirements_file:
Expand Down

0 comments on commit f368576

Please sign in to comment.