# HG changeset patch # User Thierry Florac # Date 1544813391 -3600 # Node ID 17bc8afd7e4adf81450af3da73de7a3b2e6e477d # Parent 4ec0f32ec8693b78613a8944897534cc537e3c00 Version 0.1.18 diff -r 4ec0f32ec869 -r 17bc8afd7e4a buildout.cfg --- a/buildout.cfg Fri Dec 14 18:30:18 2018 +0100 +++ b/buildout.cfg Fri Dec 14 19:49:51 2018 +0100 @@ -1,19 +1,11 @@ [buildout] eggs-directory = /var/local/env/pyams/eggs extends = http://download.ztfy.org/pyams/pyams-dev.cfg -find-links = http://download.ztfy.org/eggs socket-timeout = 3 show-picked-versions = true newest = false -allow-hosts = - bitbucket.org - *.python.org - *.sourceforge.net - github.com - -#extends = http://download.ztfy.org/webapp/ztfy.webapp.dev.cfg versions = versions newest = false #allow-picked-versions = false @@ -84,4 +76,4 @@ eggs = pyams_content_es [test] [versions] -pyams_content_es = 0.1.17 +pyams_content_es = 0.1.18 diff -r 4ec0f32ec869 -r 17bc8afd7e4a docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Dec 14 18:30:18 2018 +0100 +++ b/docs/HISTORY.txt Fri Dec 14 19:49:51 2018 +0100 @@ -1,6 +1,14 @@ History ======= +0.1.18 +------ + - corrected relevance sorting + - updated views interfaces to add optional "request" argument to params and results getters methods + - updated views and search engines so that results displayed in a view component can be excluded from other search + results + - allow direct search by OID (prefixed by +) in front-office + 0.1.17 ------ - added header to document index diff -r 4ec0f32ec869 -r 17bc8afd7e4a setup.py --- a/setup.py Fri Dec 14 18:30:18 2018 +0100 +++ b/setup.py Fri Dec 14 19:49:51 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.17' +version = '0.1.18' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r 4ec0f32ec869 -r 17bc8afd7e4a src/pyams_content_es.egg-info/PKG-INFO --- a/src/pyams_content_es.egg-info/PKG-INFO Fri Dec 14 18:30:18 2018 +0100 +++ b/src/pyams_content_es.egg-info/PKG-INFO Fri Dec 14 19:49:51 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content-es -Version: 0.1.17 +Version: 0.1.18 Summary: PyAMS content interfaces and classes for ElasticSearch indexation Home-page: http://hg.ztfy.org/pyams/pyams_content_es Author: Thierry Florac @@ -53,6 +53,14 @@ History ======= + 0.1.18 + ------ + - corrected relevance sorting + - updated views interfaces to add optional "request" argument to params and results getters methods + - updated views and search engines so that results displayed in a view component can be excluded from other search + results + - allow direct search by OID (prefixed by +) in front-office + 0.1.17 ------ - added header to document index