We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -43,8 +43,8 @@ |
||
| 43 | 43 | } |
| 44 | 44 | if (!empty($core)) { |
| 45 | 45 | $url = trim(Solr::getSolrUrl($core), '/').'/select?wt=json&q=fulltext:('.Solr::escapeQuery(GeneralUtility::_GP('q')).')%20AND%20uid:'.GeneralUtility::_GP('uid') |
| 46 | - .'&hl=on&hl.fl=fulltext&fl=uid,id,page&hl.method=fastVector' |
|
| 47 | - .'&start='.GeneralUtility::_GP('start').'&rows=20'; |
|
| 46 | + .'&hl=on&hl.fl=fulltext&fl=uid,id,page&hl.method=fastVector' |
|
| 47 | + .'&start='.GeneralUtility::_GP('start').'&rows=20'; |
|
| 48 | 48 | $output = GeneralUtility::getUrl($url); |
| 49 | 49 | } |
| 50 | 50 | echo $output; |