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

Update Exclude Checkmark Action to Change Behavior Based on Inclusion Status #1156

Open
CarsonDavis opened this issue Dec 13, 2024 · 1 comment · May be fixed by #1167
Open

Update Exclude Checkmark Action to Change Behavior Based on Inclusion Status #1156

CarsonDavis opened this issue Dec 13, 2024 · 1 comment · May be fixed by #1167
Assignees

Comments

@CarsonDavis
Copy link
Collaborator

CarsonDavis commented Dec 13, 2024

Description

Currently, clicking on the exclude checkmark will create a single url exclude pattern.
If an individual exclude exists for the url, then clicking on it will delete the existing exclude, which makes sense.

However, if a multi-url exists that contains the url in question, and you click on it, then instead of creating an include pattern, it creates another exclude pattern, this time for a single url.

We would like to update the behavior as follows:

No exclude exists

  • create a single exclude
  • works already

Single exclude exists

  • delete the existing single exclude
  • works already

Multi-url exclude exists

  • create a single include
  • needs to be programmed
@CarsonDavis
Copy link
Collaborator Author

The include feature didn't even exist before, so it won't block reindexing deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants