Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added FAQ from Github

...

  1. Solr settings - Configure the Islandora search results display profile(s), including fields to display in the search results, sort and facet settings, query settings, required fields, and the Advanced Search block.
  2. Metadata display - Configure which metadata fields display on Islandora object pages for each solution pack when the "Details" option is expanded. Requires the Islandora Solr Metadata module.
  3. Facet pages - Create alphabetical browsing pages based on a facet from Solr (for example, an alphabetical browse of results by author name or topic). Requires the Islandora Solr Facet Pages module. 
  4. RSS settings - Configure the fields included in the RSS display of search results. 
  5. Table profile settings - Configure the Table Display Profile (if selected in "Solr settings"). 

FAQ

Q. Why are some dates not rendered correctly?

A. On 32 bit systems, the PHP function strtotime() has a limited range. Typically from Fri, 13 Dec 1901 20:45:54 UTC to Tue, 19 Jan 2038 03:14:07 UTC. For more information see this.

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

A. The Apache Solr PHP Client that we use does not support https connection to Solr. ISLANDORA-646 seeks to remedy this. 

QAdvanced search on PID worked in 6.x. Why do I get no results for the same search in 7.x?

A. In 7.x the colon in a PID must be escaped (i.e., islandora:34 becomes islandora:34) or the entire query must be wrapped in quotation marks (i,e., "islandora:34").