Igloo Theme
Go to iglootheme.com
  • Welcome
  • FAQ
  • Changelog
  • Common Issues
  • Getting started
    • Installation
    • Theme customization
    • Header and navigation
    • Footer
    • Multilingual site
    • Umbraco Upgrade v8 -> v13
  • Page Types
    • Site
    • Page
    • Feed
      • Post
    • Global content
    • People
    • Sitemap
    • Search
  • Widgets
    • Hero
    • Text
    • Grid
      • Header
      • Text
      • Image
      • Quote
      • Pod
      • Card
      • Code
      • Accordion
      • Price List
      • Line Break
      • Button
      • Video
      • Umbraco Form
      • Price Table
      • Navigation
      • Sub Grid
      • Slider
      • Person
    • Image
    • Text and images
    • Gallery
    • Slider
    • Tabs
    • Latest from feed
    • Map
    • Umbraco forms
    • Contact form
    • Newsletter
    • Logos
    • Instagram feed
    • Global content
    • Login
    • Register
    • Breadcrumbs
    • People
    • Section Navigation
  • Extending
    • Front-end UI
      • CSS variables
      • Buttons
      • Grid
      • Widgets
      • Forms
      • Typography
      • Helpers
    • Create a new widget
    • Intellisense on models in Visual studio
Powered by GitBook
On this page
  • Search settings
  • Hide pages from search
  • Add content to the search page
  • Advanced Search Settings (Igloo 3.2+)

Was this helpful?

  1. Page Types

Search

PreviousSitemapNextHero

Last updated 4 years ago

Was this helpful?

The search is activated when you add the Search node under you Site node. If you would like to disable the search, simply remove the Search node.

Search settings

In the Settings > General node you can set how many search result should be visible on each page and to show the result in a Grid instead of a list.

Hide pages from search

To hide a page from the search scroll down to the Settings section of that page and enable Hide From Search.

Add content to the search page

You can add any content widget under the search result. Open the Search node and add widgets under the Content section.

Advanced Search Settings (Igloo 3.2+)

In the Igloo.config file you can change what document types and fields should be included in the search.

<?xml version="1.0" encoding="utf-8"?>
<IglooSettings>
	<Search>
		<DocumentTypes>page,site,post,feed</DocumentTypes>
		<Fields>nodeName,metaTitle,metaDescription,heading,text,widgets</Fields>
	</Search>
</IglooSettings>
Default search result
Grid View