Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Drupal 10 Masterclass

You're reading from   Drupal 10 Masterclass Build responsive Drupal applications to deliver custom and extensible digital experiences to users

Arrow left icon
Product type Paperback
Published in Dec 2023
Publisher Packt
ISBN-13 9781837633104
Length 310 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Adam Bergstein Adam Bergstein
Author Profile Icon Adam Bergstein
Adam Bergstein
Arrow right icon
View More author details
Toc

Table of Contents (31) Chapters Close

Preface 1. Part 1:Foundational Concepts
2. Chapter 1: What is Drupal? FREE CHAPTER 3. Chapter 2: Drupal Core, Modules, and Themes 4. Chapter 3: Infrastructure and Overview of Technical Architecture 5. Chapter 4: Drupal Community 6. Chapter 5: What’s New in Drupal 10 7. Part 2:Setting up - Installing and Maintaining
8. Chapter 6: Bootstrapping, Installing, and Configuring a New Drupal Project 9. Chapter 7: Maintaining Drupal 10. Part 3:Building - Features and Configuration
11. Chapter 8: Content Structures and Multilingual 12. Chapter 9: Users, Roles, and Permissions 13. Chapter 10: Drupal Views and Display Modes 14. Chapter 11: Files, Images, and Media 15. Chapter 12: Search 16. Chapter 13: Contact Forms 17. Part 4:Using - Content Management
18. Chapter 14: Basic Content Authoring Experience 19. Chapter 15: Visual Content Management 20. Chapter 16: Content Workflows 21. Part 5:Advanced Topics
22. Chapter 17: Git, Drush, Composer, and DevOps 23. Chapter 18: Module Development 24. Chapter 19: Theme Development 25. Chapter 20: Delivering Drupal Content through APIs 26. Chapter 21: Migrating Content into Drupal 27. Chapter 22: Multisite Management 28. Index 29. Other Books You May Enjoy Appendix A - Drupal Terminology

Configuring search

The search settings can be found at admin/config/search/pages and are shown in the following figure:

Figure 12.4 – Out-of-the-box search configuration

Figure 12.4 – Out-of-the-box search configuration

The first section of Figure 12.4 highlights both the status of the index and the ability to re-index the entire Drupal application. Recall that Drupal leverages a queue to collect content changes and synchronize the index. This section demonstrates the state of the queue, which can help you understand if the index has all of the changes in Drupal or if CRON needs to process changes for the index to match Drupal’s content.

Important note

The indexing process can be very helpful in triaging issues with search. CRON runs periodically, and changes to content should not remain in the queue indefinitely. Having a large number of items to index can often be a sign of an issue. A safe starting point is checking Drupal’s logs for errors related to searches.

Figure...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime