Compare commits

...

2 Commits

Author SHA1 Message Date
Mojib Wali
2c10cc885d v2.0.3 2021-03-31 15:08:32 +02:00
Mojib Wali
f993fda3f6 bugfix: space requires before next query 2021-03-31 15:07:48 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -23,4 +23,4 @@ class FrontpageRecordsSearch(RecordsSearch):
index = "rdmrecords-records" index = "rdmrecords-records"
default_filter = Q( default_filter = Q(
"query_string", query=( "query_string", query=(
"access.record:public" "AND versions.is_latest:true")) "access.record:public " "AND versions.is_latest:true"))

View File

@@ -12,4 +12,4 @@ This file is imported by ``invenio_theme_tugraz.__init__``,
and parsed by ``setup.py``. and parsed by ``setup.py``.
""" """
__version__ = "2.0.2" __version__ = "2.0.3"