- Issue created by @trackleft2
- Merge request !9Close #3507303 Add back ability to use replica databases. β (Open) created by trackleft2
I saw in one of the commits to this project that was supposedly a test only change, that there was functionality changed as well. https://git.drupalcode.org/project/search_exclude/-/commit/51ac8c1f91d96...
The original functionality was added via #2855339: Potential for cron and drush search indexing to stall indefinitely β and was correct at that time: https://api.drupal.org/api/drupal/includes!database!database.inc/functio...
When db_select was added correctly in #10, however people started over on the patch and removed the code that uses the replica db in #3073740: Drupal 9 Deprecated Method used β in comment #26
https://www.drupal.org/project/search_exclude/issues/3073740#comment-140... β
I think we can add it back by simply using the other database service in NodeSearch.
Active
3.0
Code