# HG changeset patch # User Thierry Florac # Date 1558530782 -7200 # Node ID 301848299b792ede6a694d5df73058d901a42acc # Parent eaf3dbb44a6dbe3e767f7d97c4d0978ae45a8155 Version 0.1.27 diff -r eaf3dbb44a6d -r 301848299b79 buildout.cfg --- 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 diff -r eaf3dbb44a6d -r 301848299b79 docs/HISTORY.txt --- 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 diff -r eaf3dbb44a6d -r 301848299b79 setup.py --- 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 = [] diff -r eaf3dbb44a6d -r 301848299b79 src/pyams_content_es.egg-info/PKG-INFO --- 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