in my <cfindex I added CUSTOM1="#collectionname#"

then on the search results page I ran a switch on #CUSTOM1# to set the right
URL

----- Original Message -----
From: "Ewok" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, September 02, 2002 3:23 PM
Subject: Verity Links


> Hi,
>
> I have about 8 verity collections for a site. One is for the static pages
> and the others are all indexed through queries. The indexing all goes well
> and I get all the returns I hoped to but the links are not right.
>
> My static page links come back fine
> http://domain.com/template.cfm
>
> but all the others point to just the home page
> http://domain.com/
>
>
> example:
>
> I have tbl_Ads and its ful of, you guessed it, ADS
>
> so I index it like so......
>
> <cfindex collection="Collection_ads"
>    type="CUSTOM"
>    action="REFRESH"
>    key="AdID"
>    body="AdText"
>    query="GetAds"
>    language="English"
>    title="AdHeader"
>    urlpath="ads/index.cfm?adid="
> >
>
> I THOUGHT this would return
> http://domain.com/ads/index.cfm?adid=
>
> as the URL from <cfsearch> then I could just add #key# to the end but of
> course I thought wrong
>
> any ideas on how to get the urls to point to the right places????
>
>
> 
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to