Content Tagged with: Drupal.org

Using Drupal's Search API to Create a Sitewide Search Feature

Last Updated on May 21, 2024 @ 6:32 pm (PDT)

Drupal’s Search API is a powerful tool that allows you to create custom searches on any entity known to Drupal, using any kind of search engine. Typically, you would use the same database source to create the search indexing, however for large sites, this is not recommended and you should use something like the Search API SOLR additional plugin to help make sure that there isn't any performance issue with your website. For now, I'm...