Skip to content
Joseph Lansdowne edited this page Jun 10, 2020 · 24 revisions

What is Find?

Find is an end-user search interface for Micro Focus IDOL

Guide

Find Admin Guide

There is a Find Admin Guide on the Micro Focus IDOL documentation page . Please use the version appropriate for the version of Find that you're using, e.g. 12.0. This explains how to run a production copy of Find, and how to configure the application.

You can get official builds of Find from the Micro Focus product downloads page; this wiki is mainly for people who want to build it themselves to apply their own modifications.

Compiling and Running Find

Basics

Advanced

Modifying Find

What license does it use?

The MIT license - see the license file for details

Branches and Tags

We use Git Flow for our branching model.

Branch Structure

  • master is the latest released version of the code
  • develop is the bleeding edge version of the code, which will contain unreleased and potentially unstable features
  • feature/* contains unfinished features that are not yet ready for release
  • onprem-release/* branches track released version of Find for IDOL customers.
  • Any other branches can be safely ignored at this stage. Treat them as feature branches.

Contributing

If you want to contribute to Find, please open a pull request and send us some comments about your change. No promises that we'll accept it, but we will reply at least. We would strongly recommend opening a ticket first to discuss what you want to change, as it might be something that we're already working on! 😄

Support

If you are an Micro Focus IDOL Express or Micro Focus IDOL Premium customer, support for Find is available to you via Customer Support, but only if you are running a version of Find which is distributed on the Big Data Download Center. No support is provided for the open source version of Find.

Clone this wiki locally