Results 1 to 2 of 2

Thread: will zoom be able to skip URLs based on regular expressions?

  1. #1
    Join Date
    Dec 2004
    Posts
    617

    Default will zoom be able to skip URLs based on regular expressions?

    Im hoping that this will be added in the future. The site im indexing has many redundant pages. They're technically different (CRC check), but the difference is really only the title of page for instance, or maybe a thumbnail picture. Its because the site allows the user to access the same resources from different navigation sections.

    So the problem is that for more common searches, 400 results are returned and 380 of them will be the same page but its different versions.

    I completely understand that this is NOT the fault of the zoom indexer. Its doing what its told, but it would be great if I could specify exclusions based on querystring arguments or even use Regular Expressions (a la ISAPI Rewrite).

    thoughts?

  2. #2
    Join Date
    Dec 2004
    Location
    Sydney, Australia
    Posts
    3,572

    Default

    You can already skip pages based on the query string argument if it is passed via the URL (as HTTP GET parameters). For example, you may have links which sorts a page of listings in descending order, like so:

    http://mysite.com/mybiglist.php?id=23&sort=desc

    In which case, you can skip all pages with "&sort=desc" in the URL. You can do this from the Configuration window, under the "Skip Options" tab, and entering "&sort=desc" or just "sort=" in the "Page and folder skip list".

    Similarly, other "alternate views" of pages with the same content can be excluded, such as printer-friendly pages, etc.
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

Similar Threads

  1. Combine Zoom with Location-based search
    By ucd2k2 in forum Zoom Search Engine V4 (Old Version)
    Replies: 3
    Last Post: 08-29-2006, 09:44 PM
  2. File Based Indexing
    By unreviewed in forum Zoom Search Engine V4 (Old Version)
    Replies: 5
    Last Post: 07-02-2006, 08:17 AM
  3. How many pages can the Zoom Indexer skip?
    By Lisa M. in forum Zoom Search Engine V4 (Old Version)
    Replies: 7
    Last Post: 04-11-2006, 10:15 AM
  4. Changing offline filenames to online URLs
    By iantresman in forum Zoom Search Engine V4 (Old Version)
    Replies: 1
    Last Post: 03-27-2006, 07:00 PM
  5. php and URLs for database records
    By Anonymous in forum Zoom Search Engine V4 (Old Version)
    Replies: 1
    Last Post: 01-30-2006, 07:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •