Merge branch 'master' into search-highlight-word

This commit is contained in:
Alexander Bigga 2021-02-22 13:48:32 +01:00 committed by GitHub
commit f90c3b5c7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 1 deletions

View File

@ -4,6 +4,7 @@ about: Create a report to help us improve.
title: ''
labels: bug
assignees: ''
---
## Description

View File

@ -0,0 +1,16 @@
---
name: Task for the development fund
about: A working package which may be sponsored by the Kitodo e.V. development fund.
title: '[FUND] '
labels: development fund
assignees: ''
---
## Description
A clear and concise description of what should be developed.
## Related Issues
Please check if there are already any [issues](https://github.com/kitodo/kitodo-presentation/issues) related to this task and link them here using `#issuenumber`.

1
.gitignore vendored
View File

@ -8,4 +8,5 @@
composer.lock
Documentation-GENERATED-temp/
nbproject/
public/typo3/
vendor/

View File

@ -26,7 +26,6 @@ limitations under the License.
<fieldType name="standard" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.StandardTokenizerFactory" />
<filter class="solr.StandardFilterFactory" />
<filter class="solr.LowerCaseFilterFactory" />
</analyzer>
</fieldType>