You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provides default and general css style for the Advanced Search Results block and List/Grid switcher based on the work completed by born-digital in their recently contributed Islandora-profile. I have tested the css with Olivero, Bartik, and Bootstrap theme.
Screenshot of the block with the submodule version:
We would like to contribute back the additional features which we developed from our stack to this module. Therefore, if the module is tested and approved, it can be a replacement for the submodule version which is currently in Islandora Core. Also, the module can be moved to the foundation's github.
The text was updated successfully, but these errors were encountered:
The original ticket: #1851
Related issue: #2000
Purpose / why
This module Advanced Search provides improvements to the Islandora Advanced Search module.
Installation
git clone https://github.com/digitalutsc/advanced_search
to/var/www/html/drupal/web/contrib/
drush en -y advanced_search
to enable the module or enable it at/admin/module
What changes were made?
This module is abstracted to a Drupal module instead of a sub-module inside Islandora Core and work independently from Islandora Core.
Provides default and general css style for the Advanced Search Results block and List/Grid switcher based on the work completed by born-digital in their recently contributed Islandora-profile. I have tested the css with Olivero, Bartik, and Bootstrap theme.
Screenshot of the block with the submodule version:
Screenshot of the block with this module:
Adds support for dismax searching as optional feature that can be turned on and off in configuration. (as screenshots below)
https://github.com/digitalutsc/advanced_search/tree/contrib#configuration
https://github.com/digitalutsc/advanced_search/tree/contrib#lucene-search-new
Adds support for wildcat searching as described in this document
This does not implement edismax, which has known issues.
Proposal
The text was updated successfully, but these errors were encountered: