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

Support Negative URL Facet #639

Merged
merged 7 commits into from
Sep 9, 2024
Merged

Support Negative URL Facet #639

merged 7 commits into from
Sep 9, 2024

Conversation

trieloff
Copy link
Contributor

as of now, this PR does not come with a UI, and it is only limited to the URL facet. You can try it
by appending &url!=https://examplehost.com/examplepath – this will then exclude that particular URL
from all results shown in the UI. I haven't tried what happens when you combine this with the opposite,
but my expectation is that you end up with an empty set, as different facets are combined with AND.

The PR also adds a never combiner option to factets, enforcing that every single facet value must
not satisfy the facet conditions.

Copy link

aem-code-sync bot commented Aug 30, 2024

Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
In case there are problems, just click a checkbox below to rerun the respective action.

  • Re-run PSI checks
  • Re-sync branch
Commits

This avoids problems when the same function is reused for multiple facets
…acet exists) by holding shift while selecting facet value
…rroring regular facet

e.g. when excluding the `/tutorial` URL, you still want to show how many possible
`/tutorial` page views have been excluded
@trieloff trieloff merged commit 4fb3621 into main Sep 9, 2024
3 of 4 checks passed
@trieloff trieloff deleted the negative-facet branch September 9, 2024 06:45
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 this pull request may close these issues.

1 participant