Thanks Ray and Dave for the information.

Ray do you know of any UDF's that convert the display of
application/msword to just msword etc ??? I have had a look on cflib but
cant seem to come across anything?

Also I am trying to use the new Verity feature of offering suggestions,
when using the snippets of code below it is not returning any
suggestions ???


            <CFSEARCH 
                                suggestions="5"
                                status ="info"
                                name = "GetResults"
                                collection = "#SearchCollection#"
                                criteria = "#Form.Criteria#"
                                type="internet"
                                ContextPassages="2"
                                maxRows = "#Evaluate(Form.MaxRows +
Form.StartRow)#"
                                startRow = "#Form.StartRow#">

<!--- no files found for specified criteria? --->
<CFIF GetResults.RecordCount is 0>
<p><b>No files found in your search</b></p>
<P>Did you mean <cfoutput
query="GetResults">#info.SuggestedQuery#</cfoutput>
               
<!--- ... else at least one file found --->
<CFELSE>

 

-----Original Message-----
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: 26 April 2005 14:06
To: CF-Talk
Subject: Re: New Verity Search on CFMX 7

Someone already shared my article with you - but to respond specifically
to your thing on converting "application/pdf" to Adobe PDF - you would
need to do this yourself. A simple UDF could make this easy. You can
also find lists of MIME types online, although you probably only need to
worry about 5-6 of the most popular ones.

On 4/26/05, Ian Vaughan <[EMAIL PROTECTED]> wrote:
> Hi
> 
> I am using the new Verity search on CFMX 7 and the new TYPE column.
> 
> In my search results it returns
> 
> application/pdf
> 
> application/msword  etc............
> 
> How can I convert this output from the above to just Adobe PDF, Ms 
> Word etc ???
> 
> Also does anybody know of any tutorials etc on using the new version 
> of verity on CFMX 7 on the www ? apart from the official Macromedia 
> documentation.
> 
> TIA
> 
> Ian
> 
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204450
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to