0 Rock.Jobs.IndexRockSite indexing wrong pages 4 Long Pham posted 5 Years Ago Hi,I'm implementing Universal search and has followed the directions on this page - https://www.rockrms.com/Rock/BookContent/32/120I setup the Rock.Jobs.IndexRockSite job to run once a day at 11PM and to index the main external site (we'll call it Site A). Site A contains pages from a set of pages (we'll call it Page Set A). The job showed that it indexed 230 pages.After the job ran, I did a search and noticed that pages from another page set (we'll call it Page Set B) showed up in the results. So I went through the pages from Page Set B and noticed that those pages were also connected to Site A. So I create a new site (we'll call Site B) and connected all the pages from Page Set B to Site B.I re-ran the Rock.Jobs.IndexRockSite job and it now indexed 180 pages. However, when I do a search in Site A, it still displayed pages from Page Set B of Site B.Other than deleting the entire Set Page B, I'm not sure what other options I have. Any ideas ?
Daniel Hazelbaker 5 years ago There are some SQL commands you can construct and run to try to find things - but we spent hours trying to track all that down and finally gave up. So we just let the cross-site indexing happen. It's not ideal but it means we can at least have search working. Someday we'll look at modifying Rock to somehow allow the site crawler to know what Site Id it's on so it can ignore pages on the wrong site.