SQL search results

  Previous topic Next topic Print this topic Mail us feedback on this topic!

  Default  
  Web part control ID: Serves as an identifier for the web part. This ID must be unique within the context of each page template. The value of this property may only contain alphanumeric characters and the underscore character ( _ ).  
  Web part title: Title of the web part displayed on the Design tab of CMS Desk and in on-site editing mode. If empty, the value of the Web part control ID property is used for this purpose.  
   

  Visibility  
  Visible: Indicates if the web part should be displayed.  
  Hide on subpages: Indicates if the web part should be hidden on sub-pages. If checked, the web part will not be displayed on documents that inherit the web part from a parent document.  
  Show for document types: Contains a list of document types on which the web part should be displayed. If the currently selected document uses the page template containing this web part, but its type is not specified by this property, the web part will be hidden. The document types in the list must be specified by their code names and separated by semicolons (;). If empty, the web part will be displayed on all document types.  
  Display to roles: Contains a list of roles to which the web part should be displayed. This may be used to implement documents with specific functionality for different types of users. The roles in the list must be specified by their code names and separated by semicolons (;). If empty, the web part will be displayed to all users.  
   

  Search settings  
  Path: Can be used to limit the path of the documents that should be searched.  
  Search mode: Sets the default search mode. The options are searching for results that contain all words in the entered expression, any of the words or only the exact phrase.  
  Search dialog ID: Can be used to define the ID of the SQL Search dialog web part that will provide the search parameters.  
  No results text: Sets the text that is displayed if no search results are found.  
  Document types: Allows searches to be restricted to specific document types. Document types must be entered using their code names and separated by semicolons (;). If empty, all document types are searched.  
  Combine with default culture: Indicates whether search results should be retrieved from documents in the default culture in addition to the culture that is currently selected.  
  Culture code: Sets the culture code of the documents that should be included in searches. If empty, the current culture is searched. The ##ALL## macro can be used to search in documents of all cultures.  
  Order by: Sets the value of the ORDER BY clause in the statement used to retrieve the search results. This can be used to determine the order in which results are displayed.  
  Select only published: Indicates if only published documents should be included in the search results.  
  Site name: Sets the website (specified by its code name) that should be searched. If left empty, the current site is used.  
  Where condition: Sets the value of the WHERE clause in the SELECT statement used to retrieve the content.  
  Filter name: Sets the name of the Filter web part that should be connected.  
   

  Transformations  
  Search results transformation: Sets the transformation according to which the search results will be displayed. Predefined result transformations can be found under the CMS.Root document type.  
   

  Paging  
  Enable paging: Indicates if the displayed data should be paged.  
  Paging mode: Determines which method is used to pass information about the currently selected page - it can be passed either as a parameter in the URL (Query string) or through postback (Postback).  
  Navigation buttons: Indicates if the buttons used for navigating to the previous and next page should be displayed.  
  Pager position: Determines if the pager is displayed above or below the content displayed by the web part.  
  Page size: Determines the maximum number of records displayed per page.  
  Query string key: Sets the name of the URL parameter used to pass information about the current page number (used if the Paging mode property is set to Query string).  
  Show first and last buttons: Indicates if the buttons used for navigating to the first and last page should be displayed.  
  HTML before: Contains the HTML code placed on the page before the pager.  
  HTML after: Contains the HTML code placed on the page after the pager.  
  Results position: Allows the position of the paging results summary text to be selected.  
  Numbers separator: Contains the HTML code of a separator to be placed between the page number links.  
   

  System settings  
  Check permissions: Indicates whether the web part should filter out documents for which the current user does not have the "read" permission from search results.  
   

  Web part container  
  Web part container: Specifies the name of the container (box) to be displayed around the web part. Only containers defined in Site Manager -> Development -> Web part containers can be selected. The selected container can be edited directly by using the Edit button.  
  Container title: Sets a title for the container. This title is displayed only if the {%ContainerTitle%} macro is used in the code of the container.  
  Container CSS class: CSS class used for the container. Applied only if the {%ContainerCSSClass%} macro is used as the value of the Class attribute in the code of the container.  
  Container custom content: Custom content to be used in the container. Applied only if the {%ContainerCustomContent%} macro is used in the code of the container.  
  Hide container on subpages: Indicates if the web part container should be hidden on sub-pages.  
   

  HTML Envelope  
  Content before: HTML content placed before the web part. Can be used to display a header or add some encapsulating code, such as <div> or <table> elements to achieve the required layout.  
  Content after: HTML content placed after the web part. Can be used to display a footer or close the tags contained in the ContentBefore value, such as </div> or </table> elements.  
   

  AJAX  
  Use update panel: Indicates if an AJAX UpdatePanel container should be used for this web part.  
   

  Time zones  
  Time zone: Specifies the type of time zone used for the content of the web part.  
  Custom time zone: May be used to assign a custom time zone specifically for the content of this web part. If selected, the time zone will be used regardless of current user or website time zone settings.  
   

  Performance  
  Disable view state: Indicates if view state should be disabled for this web part.  
  Disable macros: If checked, macros contained in the values of the web part's properties will no longer be resolved.  
   

  Output filter  
  Filter output HTML of web part: If checked, the output code of this web part is processed by the output filters  
  Resolve URLs: If checked, the filter removes the "~" character in relative URLs and replace it with the root URL of the website.  
  Fix attributes: If checked, the filter ensures that all HTML tag attributes are in valid XHTML format.  
  Fix Javascript: If checked, the filter ensures that the type and language attributes are included in all <script> tags.  
  Fix lower case: If checked, the filter ensures that all HTML tags and attributes are generated in lower case.  
  Fix self closing tags: If checked, the filter ensures that HTML tags without end tags are properly closed.  
  Fix tags: If checked, the filter replaces tags that are not XHTML valid with appropriate equivalents (<strong> instead of <b>, <em> instead of <i>).  
  Fix HTML5: If checked, the filter replaces attributes that are obsolete in HTML5 with CSS classes named in format <attribute name>_<attribute value>. The affected attributes are: cellpadding, cellspacing, width, height, border, align, valign  
  Convert TABLE tags to DIV tags: If enabled, the TABLE tags in the output are automatically converted to DIV tags with CSS class corresponding to the tag name (table, tr, td, etc.) Blocks of HTML code can be optionally marked with class="_divs" or class="_nodivs" to allow or disable conversion for that particular block of code.  
   

Help URL: http://devnet.kentico.com/docs/webparts/index.html?cmssearchresults_properties.htm