/* The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is comprised of the ADF directory The Initial Developer of the Original Code is PaperThin, Inc. Copyright (c) 2009-2019. All Rights Reserved. By downloading, modifying, distributing, using and/or accessing any files in this directory, you agree to the terms and conditions of the applicable end user license agreement. */ /* *************************************************************** */ /* Author: PaperThin, Inc. Name: facetSearch_1_0.cfc Summary: Facet Search component functions for the ADF Library Version: 1.0 History: 2019-09-12 - GAC - Created */ component displayname="facetSearch_1_0" extends="ADF.lib.libraryBase" hint="Facet Search functions for the ADF Library" output="no" { /* PROPERTIES */ property name="version" type="string" default="1_0_0"; property name="type" value="singleton"; property name="wikiTitle" value="FacetSearch_1_0"; // Facet Search Library Stub File }