--- 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
--- 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
--- 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 = []
--- 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