Hello, I have been using the search APi attachments module to index file attachment content to search. However when I search it just returns the matching summary content and/or file attachment content together. I would like to just know what files were matched. Is there a module for this or a way to configure the search module for this?
I created an content entity to save a lot of data. They are 2 bundles for individual or professional. Each of them are 1 custom field.
That's the context, now my problem is, on some page, for example list of user or module's page, when I have thousand entity in my custom entity, my website is very slow and fallout in timeout.
I am making small small modules mainly to over ride or alter the functionalities like i am using Webform on submission of webform i need to trigger an email to some one so i create a small custom module with two files only.
1. mymodule.info.yml
2. mymodule.module
in mymodule.module i just write one function alter hook and my php code there.
I wanted to create a small app in Vue.js and display it in my Drupal site. The motivation to embed an app in the twig template is possibility to better integrate with other elements of the site (e.g. navigation bar, footer, etc.) making navigation through the app-embedded page seamless to the user.