Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
@All Couchies...

I have a site where in i have a search. When i search, the search result is displayed. Just the usual stuff, easily pulled by couch.

Now what I am to do is, add from the searched results, selective outputs to a list which is going to be a "Shortlist". And then once I have shortlisted the items from the result i want to be able to display them on a dedicated page. All shortlisted stuff in a tabulated format. Once done, I have to be able to perform CRUD operations on the shortlisted list.

This shortlisting is pretty similar to most of the job hiring sites, where we can shortlist the candidates and view the shortlisted candidates at one go.

Has anyone come across this or implemented such a thing? If not natively through couch, can it be done in any other way?

Any help will be appreciated.

Regards,
GenXCoders
Image
where innovation meets technology
Bump... :?:
Image
where innovation meets technology
Hi Aashish :)

I think @cheesypoof's solution for persisting 'Recently viewed products' in memory (viewtopic.php?f=8&t=7599) can be modified to handle your use-case as well.

Once you have a list of page-ids, it'd be straightforward to do CRUD operations by fetching the pages using those ids.

Hope it helps.
Ok sir, I will definitely go through it! Thanks a ton!!!
Image
where innovation meets technology
4 posts Page 1 of 1
cron