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:
@@ -155,6 +155,7 @@ export interface CrawlParams {
|
||||
scrapeOptions?: CrawlScrapeOptions;
|
||||
webhook?: string;
|
||||
deduplicateSimilarURLs?: boolean;
|
||||
ignoreQueryParameters?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user