Forum: ASP May 11th, 2005 |
| Replies: 2 Views: 2,616 nevermind... i figured it out. i needed to add meta properties to the catalog and rescan it or something like that |
Forum: ASP May 10th, 2005 |
| Replies: 2 Views: 2,616 ok i discovered something... if i change this line:
Response.Write Results("dc_title") & chr(34) & "</a></b><br>"
to this:
Response.Write Results("dc_title") & chr(34) &... |
Forum: ASP May 10th, 2005 |
| Replies: 2 Views: 2,616 hey everyone. first time poster here. i've been having trouble with my search feature on a website that i designed (well i helped design). it works fine when i'm in the indexing service but on the... |