I was told that I would be able to write a script to run through the pages of my web site insert them in the db and do a search query off of that. However, how do you have a script run through the pages of the web site. I tried to make a script that would recursively go through my pages, but that ended up being way too slow and inefficient and cause my application to freeze. Does anyone have any tips?