When using local Solr servers (host = 'localhost'), we just use this host to generate the Solr URL we display, which is of course wrong if you access the server remotely. Using $_SERVER['SERVER_NAME'] instead would be a very easy fix for that, I think.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1957774--correct_localhost_solr_link-2.patch | 1.8 KB | drunken monkey |
| #1 | 1957774--correct_localhost_solr_link-1.patch | 1.76 KB | drunken monkey |
Comments
Comment #1
drunken monkeyComment #2
drunken monkeyRe-roll because of #1846254: Remove the SolrPhpClient dependency.
Comment #3
drunken monkeyCommitted.