CFSEARCH results show CFML code

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default CFSEARCH results show CFML code

    We have Coldfusion 5 Server. In the administrator, I have created a collection
    and indexed the collection. I am now testing the CFSEARCH capabilities and am
    getting what I would believe to be odd results. When outputting the Summary
    field of the search, CFML code is displayed. Example: These executive homes,
    which have introductory prices starting in the
    $#Mid(qry_starting_price.Starting_Price, 2, 2)#0,000's , include deluxe master
    baths with soaking tubs and... Is there a simple way to exclude CFML code from
    the indexing or to hide the code from the results. We might not end up
    displaying the Summary field (using only the Title field) but I would like to
    know if there is a way to fix this easily. The additional information might be
    useful.

    SandyatEndora Guest

  2. Similar Questions and Discussions

    1. bogus size variable in CFSearch results
      I am running CF MX 7 on a MS 2003 server. When I run cfsearch against my collection on my testing server (XP box), the size of the file displays...
    2. Verity - cfsearch not returning results on subsequentgets
      We have no problem returning results from searches with CF server 5. We are now moving to CF Server MX. With an initial search, the result set is...
    3. ASP code to CFML
      I try to use AspPDF ActiveX for auto generating PDF file. All examples at AspPDF website writen in ASP/.Net. Would you like to help me converting ...
    4. CFSEARCH results sometimes capitalize title information
      I have a Verity collection searching the pages from our website. I am able to index the collection, search it and display the results. However,...
    5. How to sort CFSEARCH results
      Was wondering if someone might know an easy way to sort the results of a CFSEARCH query. I can query the Verity collection created of documents,...
  3. #2

    Default Re: CFSEARCH results show CFML code

    What are the file extensions you want to return to the user - doc, pdf, txt,
    etc.? You can use the "extensions" attribute of the CFINDEX tag to explicitly
    identify those files you want the user to see. Or you can move your collection
    to their own directory that have no ColdFusion code in them.

    jdeline Guest

  4. #3

    Default Re: CFSEARCH results show CFML code

    We are doing a 'site search'. When I indexed the pages, I used extensions of .cfm, .cfml., .htm, .html so that all of the web site pages were indexed.
    SandyatEndora Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139