Query class for the Finder indexer package.
Located in /administrator/components/com_finder/helpers/indexer/query.php (line 24)
The start date filter.
The end date filter.
The excluded tokens.
The static filter id.
The taxonomy filters. This is a multi-dimensional array of taxonomy branches as the first level and then the taxonomy nodes as the values.
For example: $filters = array( 'Type' = array(10, 32, 29, 11, ...); 'Label' = array(20, 314, 349, 91, 82, ...); ... );
The terms to highlight as matches.
The tokens to ignore because no matches exist.
The included tokens.
The query input string.
The language of the query.
The query string matching mode.
The operators used in the query input string.
Flag to show whether the query can return results.
The number of matching terms for the query input.
The start date filter modifier.
The end date filter modifier.
Method to instantiate the query object.
Method to get a list of excluded search term ids.
Method to get a list of included search term ids.
Method to get a list of required search term ids.
Method to get the base and similar term ids and, if necessary, suggested
term data from the database. The terms ids are identified based on a 'like' match in MySQL and/or a common stem. If no term ids could be found, then we know that we will not be able to return any results for that term and we should try to find a similar term to use that we can match so that we can suggest the alternative search query to the user.
Method to process the query date filters to determine start and end date limitations.
Method to process the dynamic taxonomy input. The dynamic taxonomy input
comes in the form of select fields that the user chooses from. The dynamic taxonomy input is processed AFTER the static taxonomy input because the dynamic options can be used to further narrow a static taxonomy filter.
Method to process the static taxonomy input. The static taxonomy input comes in the form of a pre-defined search filter that is assigned to the search form.
Method to process the query input string and extract required, optional, and excluded tokens; taxonomy filters; and date filters.
Method to convert the query object into a URI string.
Documentation generated on Tue, 19 Nov 2013 15:11:28 +0100 by phpDocumentor 1.4.3