1
- =========================================
2
- Invenio-Query-Parser v0.2.0 is released
3
- =========================================
1
+ =============================
2
+ Invenio-Query-Parser v0.3.0
3
+ =============================
4
4
5
- Invenio-Query-Parser v0.2 .0 was released on December 10, 2014 .
5
+ Invenio-Query-Parser v0.3 .0 was released on July 29, 2015 .
6
6
7
7
About
8
8
-----
@@ -12,26 +12,24 @@ Search query parser supporting Invenio and SPIRES search syntax.
12
12
What's new
13
13
----------
14
14
15
- - Initial public release.
16
- - Adds Python2/Python3 compatibility layer. (#2)
17
- - Adds new Sphinx documentation page. (#3)
18
- - Adds simple inheritance for visitor pattern and separates SPIRES syntax
19
- parser to contrib module. (#7)
15
+ - Allows search keywords to contain dots to point to subfield content,
16
+ i.e. `author.name: Ellis `.
20
17
21
18
Installation
22
19
------------
23
20
24
- $ pip install invenio-query-parser
21
+ $ pip install invenio-query-parser==0.3.0
25
22
26
23
Documentation
27
24
-------------
28
25
29
- http://invenio-query-parser.readthedocs.org/en/v0.2 .0
26
+ http://invenio-query-parser.readthedocs.org/en/v0.3 .0
30
27
31
- Good luck and thanks for using Invenio-Query-Parser.
28
+ Happy hacking and thanks for flying Invenio-Query-Parser.
32
29
33
30
| Invenio Development Team
34
31
35
32
| IRC: #invenio on irc.freenode.net
36
33
| Twitter: http://twitter.com/inveniosoftware
37
34
| GitHub: https://github.com/inveniosoftware/invenio-query-parser
35
+ | URL: http://invenio-software.org
0 commit comments