We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ea36a commit 5dca1c2Copy full SHA for 5dca1c2
databuilder/publisher/elasticsearch_constants.py
@@ -43,7 +43,7 @@
43
"description": {
44
"type": "text",
45
"analyzer": "simple",
46
- "search_analyzer": "whitespace",
+ "search_analyzer": "whitespace"
47
},
48
"column_names": {
49
"type":"text",
@@ -57,7 +57,7 @@
57
"column_descriptions": {
58
59
60
61
62
"tags": {
63
"type": "keyword"
setup.py
@@ -2,7 +2,7 @@
2
from setuptools import setup, find_packages
3
4
5
-__version__ = '2.5.15'
+__version__ = '2.5.16'
6
7
requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements.txt')
8
with open(requirements_path) as requirements_file:
0 commit comments