/Our.Umbraco.FullTextSearch

Full Text indexing and searching for Umbraco 8 and Examine.

Primary LanguageC#MIT LicenseMIT

Full Text Search

Build status NuGet release Our Umbraco project page

Full Text Search is a fast, powerful and easy to setup search solution for Umbraco sites.

  • Searches the whole page content (also generated content)
  • Simple and easy setup for multiple search types (quoted, fuzzy matching, wildcards etc.)
  • Extends the default ExternalIndex

Getting started

Installation

Note: Full Text Search has been developed against Umbraco v8.1.0 and will support that version and above.

Full Text Search can be installed from either Our Umbraco package repository, NuGet, or build manually from the source-code. Remember to enable the full text search rendering/indexing in web.config. See developers guide for more information.

Our Umbraco package repository

To install from Our Umbraco, please download the package from:

https://our.umbraco.com/packages/website-utilities/full-text-search-8/

NuGet package repository

To install from NuGet, you can run the following command from within Visual Studio:

PM> Install-Package Our.Umbraco.FullTextSearch

We also have a MyGet package repository - for bleeding-edge / development releases.

Manual build

If you prefer, you can compile Full Text Search yourself, you'll need:

To clone it locally click the "Clone in Windows" button above or run the following git commands.

git clone https://github.com/skttl/Our.Umbraco.FullTextSearch.git umbraco-full-text-search
cd umbraco-full-text-search
.\build.cmd

Developers Guide

For details on how to use the Full Text Search package, please refer to our Developers Guide documentation.


Known Issues

Full Text Search reads the content of pages indexed, by downloading them via a web request. Because of that, your site needs to be able to call itself. If not, the content can not be collected.


Contributing to this project

Anyone and everyone is welcome to contribute. Please take a moment to review the guidelines for contributing.

Contact

Have a question?

Dev Team

Special thanks

License

Copyright © 2019 Søren Kottal

Licensed under the MIT License