পৃষ্ঠাসমূহ

Search Your Article

CS

 

Welcome to GoogleDG – your one-stop destination for free learning resources, guides, and digital tools.

At GoogleDG, we believe that knowledge should be accessible to everyone. Our mission is to provide readers with valuable ebooks, tutorials, and tech-related content that makes learning easier, faster, and more enjoyable.

What We Offer:

  • 📘 Free & Helpful Ebooks – covering education, technology, self-development, and more.

  • 💻 Step-by-Step Tutorials – practical guides on digital tools, apps, and software.

  • 🌐 Tech Updates & Tips – simplified information to keep you informed in the fast-changing digital world.

  • 🎯 Learning Support – resources designed to support students, professionals, and lifelong learners.

    Latest world News 

     

Our Vision

To create a digital knowledge hub where anyone, from beginners to advanced learners, can find trustworthy resources and grow their skills.

Why Choose Us?

✔ Simple explanations of complex topics
✔ 100% free access to resources
✔ Regularly updated content
✔ A community that values knowledge sharing

We are continuously working to expand our content library and provide readers with the most useful and relevant digital learning materials.

📩 If you’d like to connect, share feedback, or suggest topics, feel free to reach us through the Contact page.

Pageviews

Thursday, February 16, 2017

Drupal Site Search

Drupal allows to search for specific content on your site. You can search both user and words in the site. We will see how to setup site search in Drupal as specified in the following steps:
Step (1): Go to Configuration and click the Search settings link under SEARCH AND METADATA section.

Drupal Taxonomies Step (2): The search engine maintains an index of words found in your site's content. You can adjust the indexing behavior as shown in the screen below.
Drupal Taxonomies The Indexing Status section indexes the content of nodes on the site. When you click on the Re-index site button, the previous content remains until cron runs and sets the number of items to index per cron run by, using drop down menu under the Indexing Throttle section.
Step (3): Next it provides settings related to the indexing which will cause the site index to be rebuilt. It updates systematically to reflect the new settings. You can set minimum word length to index i.e. the number of characters a word has to be indexed as shown in the screen.
Drupal Taxonomies Step (4): You can choose which search modules are active from the available modules as defined below.
Drupal Taxonomies You can search both users and words (node) by making turn on these modules and set the default search module as shown in the screen.
Step (5): The last section is Content Ranking which comes with Factor and Influence columns.
Drupal Taxonomies Influence is a numeric multiplier used in ordering search results. If you set higher number for a corresponding factor, it will have more influence on search results; zero means the factor is ignored. After done with settings, click on the Save configuration button.
Step (6): Now go to home page, search the content that matches for the keywords in your content in the search bar.
Drupal Taxonomies

No comments:

Post a Comment