Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion 17/umbraco-search/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
---
title: Umbraco Search Documentation
description: >-
Developer documentation on how to build with and extend Umbraco Search
---

# Umbraco Search Documentation

...
Umbraco Search is a free and open source addon for Umbraco CMS. It helps you build appealing search experiences for your website users, without requiring in-depth knowledge of the underlying search technology.

In addition, Umbraco Search can also power both the backoffice content search and the [Content Delivery API](../umbraco-cms/reference/content-delivery-api).

TODO: Add cards view here:

1. Installation - Everything you need to install Umbraco Search.
2. Getting started - Learn how to build with Umbraco Search.
3. Extending - Extension points to tailor your search experiences.
23 changes: 23 additions & 0 deletions 17/umbraco-search/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# Table of contents

* [Umbraco Search Documentation](README.md)

## Installation

* [Installation](installation/README.md)

## Getting Started

* [Getting Started](getting-started/README.md)
* [Indexed values of built-in property editors](getting-started/built-in-property-editors.md)
* [System fields in content indexes](getting-started/system-fields.md)
* [The Examine search provider](getting-started/examine-search-provider.md)
* [The backoffice](getting-started/backoffice.md)

## Extending

* [Extending the Examine search provider](extending/examine-search-provider.md)
* [Reindexing content programmatically](extending/reindexing-content-programmatically.md)
* [Indexing and searching data from other sources](extending/data-from-other-sources.md)
* [Extending the search backoffice](extending/backoffice-extensions.md)
* [Index values for property editors](extending/index-values-for-property-editors.md)
* [Gathering data with content indexers](extending/gathering-data-with-content-indexers.md)
* [Indexing notification handling](extending/indexing-notification-handling.md)
* [Database cache for index values](extending/database-cache-for-index-values.md)
Loading
Loading