Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ale23yfm committed Jul 13, 2024
1 parent 2efcb23 commit 8a9a430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/search/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

$core = 'jobs';

$url = 'http://' . $server . '/solr/' . '/select?' . $q;
$url = 'http://' . $server . '/solr/' . $core . '/select?' . $q;


$json = file_get_contents($url);
Expand Down

0 comments on commit 8a9a430

Please sign in to comment.