feat(crawl): add parameter to treat differing query parameters as different URLs (#892)
* add parameter to crawleroptions * add code to make it work
This commit is contained in:
@@ -133,6 +133,7 @@ export async function crawlController(
|
||||
|
||||
await lockURLs(
|
||||
id,
|
||||
sc,
|
||||
jobs.map((x) => x.data.url)
|
||||
);
|
||||
await addCrawlJobs(
|
||||
|
||||
Reference in New Issue
Block a user