Sebastian Leupold wrote:
are there a number of duplicates? there had been DNN 5 versions which added multiple entries, besides, there might be a module providing same content multiple times or sth like this. check the structure of the search tables - how many entries are in the other tables, where are the large number of entries coming from.
Ok, I'm a little new at this so here's what I did.
select * from searchItemWordPosition
order by searchitemwordid, contentposition
From that, looking at the data, If I'm doing this corectly, there are a bunch that have duplicate data on them.
for example SearchItemWordID 22492 is listed about 6 thousand times.
Anything you need me to do, just let me now and I'll do it, but you may have to walk me thru it to find the data you need or I can give you access.