Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open
LU API
Commits
d116aa0f
Commit
d116aa0f
authored
Nov 03, 2021
by
Dainis Abols
Browse files
Add process and tag to facet view
v2.8.2
parent
7b014981
Changes
4
Hide whitespace changes
Inline
Side-by-side
Classes/DataSources/SolrRegulations.php
View file @
d116aa0f
...
...
@@ -187,6 +187,8 @@ class SolrRegulations
'rikojuma_dokum'
,
'document_type'
,
'issuer'
,
'process'
,
'tag'
,
],
'limit'
=>
-
1
,
]);
...
...
composer.json
View file @
d116aa0f
{
"name"
:
"luitd/lu-api"
,
"version"
:
"2.8.
1
"
,
"version"
:
"2.8.
2
"
,
"description"
:
"REST API Integration for TYPO3"
,
"type"
:
"typo3-cms-extension"
,
"keywords"
:
[
...
...
ext_emconf.php
View file @
d116aa0f
...
...
@@ -14,7 +14,7 @@ $EM_CONF[$_EXTKEY] = [
'title'
=>
'LU API'
,
'description'
=>
'REST API Integration for TYPO3'
,
'category'
=>
'plugin'
,
'version'
=>
'2.8.
1
'
,
'version'
=>
'2.8.
2
'
,
'dependencies'
=>
'typo3'
,
'state'
=>
'stable'
,
'clearCacheOnLoad'
=>
true
,
...
...
readme.md
View file @
d116aa0f
...
...
@@ -4,7 +4,7 @@
## Version
2.
8.
1
2.
8.
2
## Dependencies
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment