Solr + Search API Attachments

Hello everyone,

I am trying to index all of the Documents (PDF) files within my Drupal instance with Solr (Version 7.4.0) using a Tika instance (Version 1.18) on the Drupal server (which is confirmed to be running). I've added all Search_API_Attachment-Fields and the Attachments-processor into my Solr search index and reindexed it countless times, yet I still can't search within documents. Can someone provide a tutorial /  guide on how to troubleshoot this?

P.S. My Drupal version is 8.5.3.

Kind regards

Theme suggestions for node preview page

Hi Team,

We have content types with panel and panelizer enabled. We have added theme suggestions for content view page as follows.

function HOOK_theme_suggestions_page_alter(array &$suggestions, array $variables) {
    $node = \Drupal::routeMatch()->getParameter('node');
    if(!empty($node)){
        $type = $node->getType();
        if($type == 'abc'){
            $suggestions[] = 'page__abc';            
        }
   }
}

Upgrading d7 to d8 error: d6_field_group plugin must define the source_module property

I am running into the same problem doing this upgrade from a Drupal 7 site to Drupal 8.  I have on the Drupal 7 site, Field Group 7.x-1.6.  When I try to do the Upgrade it is reporting this error and highlighting the database name.  I have on the Drupal 8 site, installed Migrate, Migrate Drupal, Migrate Drupal UI, Field Group, and Field Group Migrate installed.  

Pegasystems: Building Community with Drupal 8

Pega community homepage on various devices

In a comprehensive team augmentation project, Isovera worked with Pegasystems to create a robust business solution that set the company up for a 22% surge in organic search traffic, and an 84-second increase in average session duration!

Sectors: 
Community

How can I downgrade Jquery3 to Jquery 2 in Drupal 8.5+?

Hello folks,

Currently, Drupal is using jQuery 3.2.1. But I need to downgrade it to 2.2.4. So I have followed the guidelines from here and from Drupal answers here. My bartik.info.yml file currently looks like this:

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x