Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFINDEX question

Status
Not open for further replies.

calista

Programmer
Joined
Jan 24, 2001
Messages
545
Location
US
My objective is to be able to mark documents as "New" on the search results page. I initially indexed the directory of documents manually through the Administrator. When I upload new documents, part of the action page is a CFINDEX tag to update the collection, this is working fine. In my database, I store the date the document was uploaded, and that is what I want to get to, so I can mark the document as "New" if it was uploaded within the past two weeks. I do this on other pages by indexing and diplaying the results of a query, and manipulating those records. Ideally, I want the search to return the document ID number, so I can retrieve the rest of the information from the database. Can this be done?

Thanks! Calista :-X
Jedi Knight,
Champion of the Force
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top