Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thecogworks/cogworks.examine.tweaks
- Owner: thecogworks
- License: mit
- Created: 2021-04-12T10:17:06.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-23T10:28:51.000Z (over 3 years ago)
- Last Synced: 2024-11-30T07:16:59.522Z (about 2 months ago)
- Topics: examine, search, umbraco
- Language: C#
- Homepage:
- Size: 287 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)Set of the Umbraco Examine tweaks and hacks.
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.
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
```
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.
All notable changes to this project can be found in [CHANGELOG.md](CHANGELOG.md).
- [Umbraco](https://umbraco.com/) - CMS
- [GitHub Actions](https://docs.github.com/en/free-pro-team@latest/actions) - DevOps and changelog generator