I had content for about 550 pages in an Excel spreadsheet. Yep, jesus. So I replicated the page creation procedure that EPiServer admin does by looking in the SQL Profiler.
Yeah I know you probably shouldn't do this, and I bet there's a better way to do it that I've completely missed.
Now, I got no errors and all these pages are published and look beautiful, but they can't be searched. Did I FUBAR somewhere or is there a good explanation to this?
Thanks!
Hello Jens!
The recomended way to add pages is to work against the DataFactory class or the DataFactory web service. In this case you could probably use the class EPiServer.Util.IndexPageJob to get your pages indexed.