Sebastian Meyer
da5d8ff337
Switch tabs for whitespaces
4 years ago
Sebastian Meyer
1e41e379a3
Move devLog to Helper
4 years ago
Sebastian Meyer
b3887bdbad
Update code style
4 years ago
Sebastian Meyer
b26af5249c
Update code style
4 years ago
Sebastian Meyer
f16b78e3ef
Switch to short array notation
4 years ago
Sebastian Meyer
bb7ac1ba6e
Add namespaces to all common classes
4 years ago
Sebastian Meyer
87296bd703
Add namespaces to all common classes
4 years ago
Sebastian Meyer
d7d076bc3a
Move common classes to /Classes/Common
4 years ago
Sebastian Meyer
9aca1320aa
Fix formatting conventions
4 years ago
Frank Ulrich Weber
bfb08f8dc9
Extend filterquery queries without overwriting other array keys
4 years ago
Sebastian Meyer
6cc2a51385
Fix some formatting issues
4 years ago
Sebastian Meyer
d9c0d1fbe1
Removed empty line for consistency
4 years ago
Frank Ulrich Weber
da6b2cb5c1
Implementation of enhancement #296 "Refactoring of the listview plugin"
4 years ago
Sebastian Meyer
8befa3efcd
Sanitize config values
4 years ago
Frank Ulrich Weber
6e694e23e3
Adds setting for Solr timeout
4 years ago
Sebastian Meyer
071205d08e
Rename variable for consistency
4 years ago
Frank Ulrich Weber
bb7383e01c
Makes the Solr connection scheme configurable
4 years ago
Frank Ulrich Weber
ae35ef4b2b
Use $result->getNumFound() for $solr->numberOfHits
4 years ago
Frank Ulrich Weber
9536e9f13a
Change default Solr port from 8180 to 8983
4 years ago
Sebastian Meyer
01a22c3343
Remove newline
4 years ago
Sebastian Meyer
7249509eaf
Clean up connection
4 years ago
Frank Ulrich Weber
1226c1da84
Build field list for query as comma seperated string instead of an array
...
Both data tyes are working, but comma seperated string is the
recommended way.
4 years ago
Frank Ulrich Weber
2b1cd3a9d8
Some Scrutinizer fixes
4 years ago
Frank Ulrich Weber
d02143d1c3
Replaces the old SolrPhpClient with Solarium 4.0
4 years ago
Sebastian Meyer
c59790fe3f
Fixes quoting style in tx_dlf_solr
5 years ago
Frank Ulrich Weber
9267ca9af3
Fixes some indention issues
5 years ago
Frank Ulrich Weber
777568bc7c
Query only the required index fields
5 years ago
Frank Ulrich Weber
60f8c21398
Removes deprecated function array_search_recursive
5 years ago
Scrutinizer Auto-Fixer
40fea35b10
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
5 years ago
Scrutinizer Auto-Fixer
0ded43afb2
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
5 years ago
Erik Sommer
de3000f8ae
Make parentheses in fieldQuery RegEx optional
...
The Solr syntax is `[field name]:[search term]` but it is possible to query multiple terms or phrases at once by using parenthesis `[field name]:([term1] [term2])`. Therefore the regular expression should not enforce parentheses but accept them as optional.
5 years ago
Erik Sommer
757f142581
Add helper method to obtain raw Apache Solr Documents from Solr query
5 years ago
Scrutinizer Auto-Fixer
eab6e1f0b2
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
5 years ago
Scrutinizer Auto-Fixer
7c98604877
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
5 years ago
Sebastian Meyer
2d94d953f6
Move all files out of "dlf" directory
5 years ago
Frank Ulrich Weber
ba9d1c40f3
Replace indexed by index_indexed
5 years ago
Frank Ulrich Weber
70c439ee79
Replace stored by index_stored
5 years ago
Frank Ulrich Weber
a211b7a475
Replace tokenized by index_tokenized
5 years ago
Sebastian Meyer
4ad050bf97
Remove all XCLASS code references
5 years ago
Frank Ulrich Weber
de95ae36a8
- Completion of pull request #151 (mysql >= 5.7.6)
6 years ago
Sebastian Meyer
49730ebc17
Switch to GPL3
6 years ago
Sebastian Meyer
06a58511e6
Rename "goobi" to "kitodo"
7 years ago
Stefan Weil
66bfb05939
Remove redundant closing tags (reported by PhpStorm)
...
This is a requirement of PSR-2, see
http://www.php-fig.org/psr/psr-2/#2-2-files .
Signed-off-by: Stefan Weil <sw@weilnetz.de>
7 years ago
Stefan Weil
21a389f29b
Replace helper function tx_dlf_helper::testInt
...
It was introduced for backward compatibility which is no longer needed.
This also replaces a call using the class t3lib_utility_Math
which was deprecated with TYPO3 6.0.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
7 years ago
Stefan Weil
89536cc31a
Replace helper function tx_dlf_helper::intInRange
...
It was introduced for backward compatibility which is no longer needed.
This also replaces a call using the class t3lib_utility_Math
which was deprecated with TYPO3 6.0.
The new function \TYPO3\CMS\Core\Utility\MathUtility::forceIntegerInRange
has the same default parameters, so it is fully compatible.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
7 years ago
Sebastian Meyer
1c8b47ae9f
Merge remote-tracking branch 'refs/remotes/origin/master' into fulltext
7 years ago
Stefan Weil
a8de8e792d
Replace deprecated class t3lib_div
...
It was deprecated with TYPO3 6.0.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
7 years ago
Sebastian Meyer
1ad8f91302
Add struct type to fulltext results
7 years ago
Sebastian Meyer
b866465c15
Add result highlighting to fulltext search
7 years ago
Sebastian Meyer
a98119cd1e
Fix typo in function name
7 years ago