Skip to content

Commit 2b68743

Browse files
committed
port to v9
1 parent 93137d1 commit 2b68743

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1955
-4570
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

.github/workflows/readme.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## 2.0.0 - 2021-07-19
9+
- Ported the package to net core and Umbraco 9
10+
- Removed the wrapping template for use when rendering - because Umbraco 9 doesn't break the same way.
11+
- Moved configuration to IOptions specified in
12+
13+
## 1.2.0 - 2021-07-19
914
- Fix bug when caching cultured content, cached the default culture for all cultures instead
1015
- Changed some info-logging to debug
1116
- Removed task.run stuff when caching

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2019 Søren Kottal
1+
Copyright © 2019 S�ren Kottal
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of
44
this software and associated documentation files (the "Software"), to deal in

Our.Umbraco.FullTextSearch.sln

Lines changed: 0 additions & 62 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Full Text Search
22

3-
[![Build status](https://img.shields.io/appveyor/ci/skttl/our-umbraco-fulltextsearch.svg)](https://ci.appveyor.com/project/skttl/our-umbraco-fulltextsearch)
43
[![NuGet release](https://img.shields.io/nuget/v/Our.Umbraco.FullTextSearch.svg)](https://www.nuget.org/packages/Our.Umbraco.FullTextSearch)
54
[![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.com/packages/website-utilities/full-text-search-8/)
65

@@ -13,23 +12,15 @@ Full Text Search is a fast, powerful and easy to setup search solution for Umbra
1312
## Getting started
1413

1514
### Installation
16-
> *Note:* Full Text Search has been developed against **Umbraco v8.1.0** and will support that version and above.
17-
18-
Full Text Search can be installed from either Our Umbraco package repository, or NuGet. See developers guide for more information.
19-
20-
#### Our Umbraco package repository
21-
22-
To install from Our Umbraco, please download the package from:
23-
24-
> [https://our.umbraco.com/packages/website-utilities/full-text-search-8/](https://our.umbraco.com/packages/website-utilities/full-text-search-8/)
15+
Full Text Search can be installed via NuGet in both Umbraco 8.1+ and Umbraco 9+. For Umbraco 8.1+, install FullTextSearch 1.x, for Umbraco 9 install FullTextSearch 2.x
2516

2617
#### NuGet package repository
2718

2819
To [install from NuGet](https://www.nuget.org/packages/Our.Umbraco.FullTextSearch), you can run the following command from within Visual Studio:
2920

3021
PM> Install-Package Our.Umbraco.FullTextSearch
3122

32-
We also have a [MyGet package repository](https://www.myget.org/gallery/umbraco-packages) - for bleeding-edge / development releases.
23+
Note, v2 is still in beta, so remember to add -Pre when installing for Umbraco 9.
3324

3425

3526
## Developers Guide

0 commit comments

Comments
 (0)