Download & Extend

Only crawl node/% from url alias table

Project:Boost
Version:6.x-1.x-dev
Component:Cron Crawler
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

would be a nice feature to have

Comments

#1

<?php
    $list
= db_query_range("SELECT dst FROM {url_alias} WHERE src LIKE 'node/%%'", $loaded, $count);
?>

#2

Status:active» closed (fixed)

kinda pointless now that I think about it