Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] [Connector] Support path focus with domain/subdomain focus #729

Open
2 tasks done
hmtbr opened this issue Oct 22, 2024 · 0 comments
Open
2 tasks done

[Feature] [Connector] Support path focus with domain/subdomain focus #729

hmtbr opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hmtbr
Copy link
Collaborator

hmtbr commented Oct 22, 2024

Search before asking

  • I searched the issues and found no similar issues.

Component

Other

Feature

There is a requirement that the user wants to specify path focus and domain/subdomain focus at the same time. However, the data-prep-connector doesn't have support for the requirement. I would like to develop the feature in this issue.

Examples

seeds: https://research.ibm.com/blog/
path focus: true, subdomain focus: false
outcome: https://.ibm.com/blog/

seeds: https://research.ibm.com/blog/
path focus: true, subdomain focus: true
outcome: https://.research.ibm.com/blog/

seeds: https://research.ibm.com/blog/, https://corporate.ibm.com/contents/
path focus: true, subdomain focus: false
outcome: https://.ibm.com/blog/, https://.ibm.com/contents/

seeds: https://research.ibm.com/blog/, https://corporate.ibm.com/contents/
path focus: true, subdomain focus: true
outcome: https://.research.ibm.com/blog/, https://.corporate.ibm.com/contents/

seeds: https://research.ibm.com/blog/, https://ibm.com/contents/
path focus: true, subdomain focus: false
outcome: https://.ibm.com/blog/, https://.ibm.com/contents/

seeds: https://research.ibm.com/blog/, https://ibm.com/contents/
path focus: true, subdomain focus: true
outcome: https://.research.ibm.com/blog/, https://.ibm.com/contents/

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@hmtbr hmtbr added the enhancement New feature or request label Oct 22, 2024
@hmtbr hmtbr self-assigned this Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant