Only crawl node/% from url alias table
mikeytown2 - November 4, 2009 - 20:01
| Project: | Boost |
| Version: | 6.x-1.x-dev |
| Component: | Cron Crawler |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
would be a nice feature to have

#1
<?php$list = db_query_range("SELECT dst FROM {url_alias} WHERE src LIKE 'node/%%'", $loaded, $count);
?>
#2
kinda pointless now that I think about it