Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbwhyte committed Mar 16, 2021
1 parent 125987c commit be11764
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 7 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,25 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).

## [1.1.0] - 2021-03-16
### Changed
* Minimum required version of Examine is now 1.1.0+
* Sorting and paging is now handled by Examine

### Fixed
* `MinHits` and `MaxCount` weren't being applied when creating facets
* `GetHits` was returning `0` for any given value

### Removed
* `FacetSearchResultsBase` has been replaced by Examine 1.1.0

## [1.0.0] - 2020-08-12
### Added
* Initial release of Examine Facets
* Support for BoboBrowse.Net
* Support for MultiFacetsLucene.Net
* Documentation for configuration and querying

[Unreleased]: https://github.com/callumbwhyte/examine-facets/compare/release-1.0.0...HEAD
[Unreleased]: https://github.com/callumbwhyte/examine-facets/compare/release-1.1.0...HEAD
[1.1.0]: https://github.com/callumbwhyte/examine-facets/compare/release-1.0.0...release-1.1.0
[1.0.0]: https://github.com/callumbwhyte/examine-facets/tree/release-1.0.0
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Callum Whyte
Copyright (c) 2021 Callum Whyte

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Powerful filtering and faceting directly within the [Examine](https://github.com

## Getting started

Examine Facets requires [Examine](https://github.com/shazwazza/examine) 1.0.3+.
Examine Facets requires [Examine](https://github.com/shazwazza/examine) 1.1.0+.

### Installation

Expand Down Expand Up @@ -114,8 +114,12 @@ This project is maintained by [Callum Whyte](https://callumwhyte.com/) and contr

[MultiFacetLucene.Net](https://github.com/aspcodenet/MultiFacetLuceneNet) was created by [Stefan Holmberg](https://github.com/aspcodenet).

### A special #h5yr to our contributors

* [Ronald Barendse](https://github.com/ronaldbarendse)

## License

Copyright © 2020 [Callum Whyte](https://callumwhyte.com/), and other contributors
Copyright © 2021 [Callum Whyte](https://callumwhyte.com/), and other contributors

Licensed under the [MIT License](LICENSE.md).
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Version Condition="'$(BUILD_BUILDNUMBER)' != ''">$(BUILD_BUILDNUMBER)</Version>
<Description>BoboBrowse implementation for Examine Facets</Description>
<Authors>Callum Whyte</Authors>
<Copyright>Copyright © 2020 Callum Whyte, and other contributors</Copyright>
<Copyright>Copyright © 2021 Callum Whyte, and other contributors</Copyright>
<PackageIconUrl>https://github.com/raw/callumbwhyte/examine-facets/main/docs/img/logo.png</PackageIconUrl>
<PackageLicenseUrl>https://github.com/callumbwhyte/examine-facets/blob/main/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/callumbwhyte/examine-facets</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Version Condition="'$(BUILD_BUILDNUMBER)' != ''">$(BUILD_BUILDNUMBER)</Version>
<Description>MultiFacetLucene implementation for Examine Facets</Description>
<Authors>Callum Whyte</Authors>
<Copyright>Copyright © 2020 Callum Whyte, and other contributors</Copyright>
<Copyright>Copyright © 2021 Callum Whyte, and other contributors</Copyright>
<PackageIconUrl>https://github.com/raw/callumbwhyte/examine-facets/main/docs/img/logo.png</PackageIconUrl>
<PackageLicenseUrl>https://github.com/callumbwhyte/examine-facets/blob/main/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/callumbwhyte/examine-facets</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Examine.Facets/Examine.Facets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Version Condition="'$(BUILD_BUILDNUMBER)' != ''">$(BUILD_BUILDNUMBER)</Version>
<Description>Powerful filtering and faceting directly within the Examine fluent API</Description>
<Authors>Callum Whyte</Authors>
<Copyright>Copyright © 2020 Callum Whyte, and other contributors</Copyright>
<Copyright>Copyright © 2021 Callum Whyte, and other contributors</Copyright>
<PackageIconUrl>https://github.com/raw/callumbwhyte/examine-facets/main/docs/img/logo.png</PackageIconUrl>
<PackageLicenseUrl>https://github.com/callumbwhyte/examine-facets/blob/main/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/callumbwhyte/examine-facets</PackageProjectUrl>
Expand Down

0 comments on commit be11764

Please sign in to comment.