Latest Blog Posts for April 8th, 2024

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

April 8, 2024 | The Cozy Nerd | Technology

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...