PutInFolder

I have a web application where web users can do some searches and get the results displayed. Now, we get to the point where there are too many results and loading them at once is taking to much time.I was reading in Designer Help that it is possible to put the document collection from the FTSearch in a folder.

Can I then also set up that just the first 20 entries in this folder are sent to the user’s browsers?

If not what possibility would I have?

If yes, what happens if two users do at the same time a search. Are those two result document collection in the same folder or is this depending on the session? If not, how could I solve this? I cannot imagine that I would have to create a folder for every user (some tousands).

The main thing I would like to do is to search a db and then show the results in steps of 20 documents and the user has the possibility to go back and forth between the result pages.

Any tips or hints would be great.