amateescu / search_api_solr

11 stars 14 forks source link

Fix admin solr empty path #77

Closed radub closed 5 years ago

radub commented 9 years ago

In admin/config/search/search_api/server/ownzones_local/edit there might be the case Solr path needs to be empty. For instance I'm using this module to configure the endpoint to a custom proxy API that then forwards the requests to SOLR. In this case adding a Solr Path will certainly mess up the url to the proxy. Anyhow, since the Solr path field is not required it should be tested for empty value.