The indexer is finding files from my database multiple times
See here
http://www.e-yaji.com/search/search.asp?zoom_query=jh206&zoom_cat[]=-1
for an example (it will take a while to load due to the thousands of files it has to search)
Each has a slightly different url but points to the same file when clicked. (332 results all of the same page in this case)
It makes the index unusable for me.
Is there anything I can do to make it find each of these just once?
I tried checking the box to skip identical files by CRC checking and it made no difference.
I didn't write the php script that my site is running by the way
See here
http://www.e-yaji.com/search/search.asp?zoom_query=jh206&zoom_cat[]=-1
for an example (it will take a while to load due to the thousands of files it has to search)
Each has a slightly different url but points to the same file when clicked. (332 results all of the same page in this case)
It makes the index unusable for me.
Is there anything I can do to make it find each of these just once?
I tried checking the box to skip identical files by CRC checking and it made no difference.
I didn't write the php script that my site is running by the way
Comment