TYPO3 CMS  TYPO3_6-2
tslib_content_SearchResult Class Reference
Inheritance diagram for tslib_content_SearchResult:
TYPO3\CMS\Frontend\ContentObject\SearchResultContentObject TYPO3\CMS\Frontend\ContentObject\AbstractContentObject

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Frontend\ContentObject\SearchResultContentObject
 __construct (\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer $cObj=NULL)
 
 register_tables_and_columns ($requestedCols, $allowedCols)
 
 explodeCols ($in)
 
 register_and_explode_search_string ($sword)
 
 split ($origSword, $specchars='+-', $delchars='+.,-')
 
 build_search_query ($endClause)
 
 build_search_query_for_searchwords ()
 
 get_operator ($operator)
 
 count_query ()
 
 execute_query ()
 
 get_searchwords ()
 
 get_searchwordsArray ()
 
- Public Member Functions inherited from TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 __construct (\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer $cObj)
 
 render ($conf=array())
 
 getContentObject ()
 
- Public Attributes inherited from TYPO3\CMS\Frontend\ContentObject\SearchResultContentObject
 $tables = array()
 
 $group_by = 'PRIMARY_KEY'
 
 $default_operator = 'AND'
 
 $operator_translate_table_caseinsensitive = TRUE
 
 $operator_translate_table
 
 $sword_array
 
 $queryParts
 
 $other_where_clauses
 
 $fTable
 
 $res_offset = 0
 
 $res_shows = 20
 
 $res_count
 
 $pageIdList = ''
 
 $listOfSearchFields = ''
 
- Protected Attributes inherited from TYPO3\CMS\Frontend\ContentObject\AbstractContentObject
 $cObj
 
 $fileFactory = NULL
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 5072 of file LegacyClassesForIde.php.