Skip to content

Commit

Permalink
Merge pull request #243 from peviitor-ro/ceva
Browse files Browse the repository at this point in the history
updated $qs
  • Loading branch information
sebiboga committed Jul 13, 2024
2 parents 06e14f0 + 0911747 commit 58242ba
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions v0/logo/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
//CORS enable
header("Access-Control-Allow-Origin: *");

/**
* @OA\Get(
* path="/v0/logo/", tags={"logo"},
* @OA\Response(response="200", description="Success")
* )
*/

require_once '../config.php';

$core = "auth";
Expand All @@ -20,6 +13,8 @@
$qs = $qs . '&';
$qs = $qs . 'q=logo%3A*';
$qs = $qs . '&';
$qs = $qs . 'rows=20000000';
$qs = $qs . '&';
$qs = $qs . 'useParams=';

$url = 'http://' . $server . '/solr/' . $core . '/select'. $qs;
Expand Down

0 comments on commit 58242ba

Please sign in to comment.