mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-05 03:17:31 +00:00
* feat: add domain filtering with subdomain exclusion to SerperDevWebSearch - Introduced `exclude_subdomains` parameter to control whether to include subdomains in search results. - Implemented `_is_domain_allowed` method to enforce domain filtering based on the new parameter. - Updated tests to verify functionality of domain filtering and subdomain exclusion. * Fix error in test * Remove redundant test for `to_dict` method in `TestSerperDevSearchAPI` class * Fix linting --------- Co-authored-by: Amna Mubashar <amnahkhan.ak@gmail.com>