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 5b7d4b4 commit 4f8d30b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion v3/search/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

$core = 'jobs';

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


$json = file_get_contents($url);
echo $json;
Expand Down

0 comments on commit 4f8d30b

Please sign in to comment.