Skip to content

Capitalization

Jeremy R. Easton-Marks edited this page Nov 29, 2016 · 2 revisions

Capitalization

Introduction

Provides an event listener which will add new terms with different capitalization of a search term.

Will run if the user to set the find search value of capitalization to True.

Installation

  1. Download the latest version of the Capitalization.sql script which can be found here.

  2. Edit the following script parameters:

  • allCaps - Creates an additional all capitalized find term from the passed in term True/False
  • allLowerCase - Creates an additional all lower case find term from the passed in term True/False
  • wordCapitalization - Creates an additional term with all whitespace separated words capitalized True/False
  1. Run the sql script against the IRCT DB.
  2. Restart the IRCT

Events

BeforeFind - Runs before a find is executed

Clone this wiki locally