htmRenderFullTextSearchResults - Solution Sites Routine

This function renders the results of a full text search.

Definition

Function htmRenderFullTextSearchResults(
  byRef sPhrase,
  byRef rsResultSet,
  sCacheKey,
  iRecordCount)

Parameters

  • sPhrase
    A string containing the free text string for which to search.
  • rsResultSet
    A reference to a Recordset object containing the search results, passed through to the function RenderSearchResults.
  • sCacheKey
    A string containing a key under which the constructed HTML will be cached in the FTSearchPageCache cache.
  • iRecordCount
    An integer that specifies the number of search results found.

Return Value

A string containing the HTML representation of the search results title and search results content.

Defined in File

search.asp

Routines Called

CacheFragment

RenderSearchResults

RenderText

Called By

Main (search.asp)

Copyright © 2005 Microsoft Corporation.
All rights reserved.