--- a/buildout.cfg Wed May 22 14:11:36 2019 +0200
+++ b/buildout.cfg Wed May 22 15:13:02 2019 +0200
@@ -76,4 +76,4 @@
eggs = pyams_content_es [test]
[versions]
-pyams_content_es = 0.1.26
+pyams_content_es = 0.1.27
--- a/docs/HISTORY.txt Wed May 22 14:11:36 2019 +0200
+++ b/docs/HISTORY.txt Wed May 22 15:13:02 2019 +0200
@@ -1,6 +1,10 @@
History
=======
+0.1.27
+------
+ - added boost to title and header fields in fulltext Elasticsearch queries
+
0.1.26
------
- added content indexer view to compare index content with database content
--- a/setup.py Wed May 22 14:11:36 2019 +0200
+++ b/setup.py Wed May 22 15:13:02 2019 +0200
@@ -22,7 +22,7 @@
README = os.path.join(DOCS, 'README.txt')
HISTORY = os.path.join(DOCS, 'HISTORY.txt')
-version = '0.1.26'
+version = '0.1.27'
long_description = open(README).read() + '\n\n' + open(HISTORY).read()
tests_require = []
--- a/src/pyams_content_es.egg-info/PKG-INFO Wed May 22 14:11:36 2019 +0200
+++ b/src/pyams_content_es.egg-info/PKG-INFO Wed May 22 15:13:02 2019 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyams-content-es
-Version: 0.1.26
+Version: 0.1.27
Summary: PyAMS content interfaces and classes for ElasticSearch indexation
Home-page: http://hg.ztfy.org/pyams/pyams_content_es
Author: Thierry Florac
@@ -95,6 +95,10 @@
History
=======
+ 0.1.27
+ ------
+ - added boost to title and header fields in fulltext Elasticsearch queries
+
0.1.26
------
- added content indexer view to compare index content with database content