Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thecogworks/cogworks.examine.tweaks

Set of the Umbraco Examine tweaks and hacks.
https://github.com/thecogworks/cogworks.examine.tweaks

examine search umbraco

Last synced: about 2 months ago
JSON representation

Set of the Umbraco Examine tweaks and hacks.

Awesome Lists containing this project

README

        

Cogworks Examine Tweaks

[![Project Code](https://img.shields.io/static/v1?label=&message=Cogworks.Examine.Tweaks&color=lightgray&style=flat-square)]() [![Version](https://img.shields.io/static/v1?label=&message=version&color=informational&style=flat-square)](https://github.com/thecogworks/Cogworks.Examine.Tweaks/releases) [![License](https://img.shields.io/badge/license-MIT-4c9182.svg)](LICENSE.md)

---

Table of Contents

- [About](#about)
- [Getting Started](#getting_started)
- [Deployment](#deployment)
- [Usage](#usage)
- [Changelog](#changelog)
- [Built Using](#built_using)

## About

Set of the Umbraco Examine tweaks and hacks.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

See instructions for [Backend](Source/README.md) setup.

See [deployment](#deployment) for notes on how to deploy the project on a live system.

## Usage

In Web.config set those configurations:

- Enabling package (default false):

```xml

```

- Enabling custom **PublishedContent** value set builder (default is true):

```xml

```

- Enabling custom **Content** value set builder (default is true):

```xml

```

- Disabling **Internal** index (default false):

```xml

```

- Disabling **External** index (default false):

```xml

```

- Internal included item types comma separated (if not in use remove setting - not empty value)

```xml

```

- Internal excluded item types comma separated (if not in use remove setting - not empty value)

```xml

```

- External included item types comma separated (if not in use remove setting - not empty value)

```xml

```

- External excluded item types comma separated (if not in use remove setting - not empty value)

```xml

```

## Deployment

All the information required for the proper project deployments are located inside of the [Deployment.md](Docs/Deployment.md) file in the [Docs](Docs/) directory. Please go there if you're about to perform any new release of the project.

## Changelog

All notable changes to this project can be found in [CHANGELOG.md](CHANGELOG.md).

## Built Using

- [Umbraco](https://umbraco.com/) - CMS
- [GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions) - DevOps and changelog generator