Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Q. Why can't I connect to Solr via https?

A. The Apache Solr PHP Client that we use does not support https connections to Solr. ISLANDORA-646 seeks to remedy this but it is still an unresolved issue documents this issue, but it will not be fixed.

QWhy do I get no results for a search for a PID in Advanced Search?

A. With earlier versions of Solr you had to escape the colon in searches for PIDs, but Islandora now supports Solr 4.10 and recommends config files that enable searching full PIDs.

Q. Can I use Solr search results when setting up 'Page specific visibility settings' for blocks?

A. Due to URL escape characters in solr searches, Drupal does not respect 'Page specific visibility settings' for blocks. You will have to manually un-escape the URL when configuring where your blocks are placed.


Code Block
example: 'islandora/solr/search/%2A%3A%2A/atm_type_s%253A%2522Compositores%2522'

using: 'islandora/solr/search/*' will display (or remove) a block on every page that path is valid on

using: 'islandora/solr/search/%2A%3A%2A/atm_type_s%253A%2522Compositores%2522/*' will never display, even if this path is valid