Return just one page per domain

Post Reply
alpha982
Posts: 1
Joined: Mon May 14, 2001 4:03 pm

Return just one page per domain

Post by alpha982 »

User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Return just one page per domain

Post by mark »

You would have to modify the search script to filter the answers before displaying them. Either order by Url and skip the answer if the hostname is the same as the previous. Or maintain a list of displayed hosts and only display answers for those not already in the list.

Sounds like maybe you're really looking for a full Texis application where you would collect all of the pages for a given site into one record.
Post Reply