-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solr hOCR search #163
base: main
Are you sure you want to change the base?
Solr hOCR search #163
Conversation
Not sure what gives with this failing test, it says: * Create a sites/default/settings.php file
* CREATE the 'test_db' database.
Do you want to continue? (yes/no) [yes]:
In SiteInstallCommands.php line 197:
Existing configuration directory does not contain a core.extension.yml fil
e.
Script drush handling the __exec_command event returned with error code 1
but there's a core.extensions.yml file in the config/sync folder. Running the step locally works as expected. |
On today’s call, it was noted that the issue may be related to Drush 13 |
Not necessarily related to Drush 13, but possibly needing the same fix as is being done in the Drush 13 PR, altering the |
** Update 2024/09/11: The PR has been rebased against 'main' and can now be built with make starter_dev **
What does this pull request do?
Adds configurations to support a search within a paged content object's children for text found in the page object's hOCR.
How should this be tested?
From a clean ISLE-DC instance:
Add this line to build/docker-compose/docker-compose.drupal.yml in the environment: section:
Then from the isle-dc folder, clone this repository with the solr-hocr branch:
Run 'make starter_dev' and wait for it to complete.
Then after logging in as admin:
You should see the search result in the viewer's sidebar, clicking on it should take you to the highlighted result in the viewer.