Discussion:
Search and marked results as used
(too old to reply)
TomHuffman
2009-03-25 20:06:33 UTC
Permalink
I have a task that I cannot figure out how to accomplish. I need some way to
search a database (I have that capability using WA Assist's database search
extension, which is very nice) and then mark the results in the database as
"used" so that subsequent searches will skip over these records and not find
them again.

Any ideas? I am open to commercial solutions.

Thanks.
DWFAQ.info
2009-03-26 01:02:52 UTC
Permalink
Heya Tom,

Create a cookie that updates info from new to used or update the record in the
database for the user. To update the DB you'd need the user to login and search
which could then update DB used table field from 0 to 1 to indicate a used
search with cookie the user does not need to login but the DB isn't updated.

Hope that helps!

Loading...