Skip to content

Adds adult content filtering to collections search#29

Merged
IDCs merged 7 commits intomasterfrom
adult-content-filter
Nov 18, 2025
Merged

Adds adult content filtering to collections search#29
IDCs merged 7 commits intomasterfrom
adult-content-filter

Conversation

@insomnious
Copy link
Contributor

No description provided.

Copy link
Contributor

@IDCs IDCs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Collection level adultContent flag is deprecated

src/Nexus.ts Outdated

// Add adult content filter if specified
if (includeAdultContent === false) {
filter.adultContent = [{ op: 'EQUALS', value: false }];
Copy link
Contributor

@IDCs IDCs Nov 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure this will work, the adultContent flag on the collection level is deprecated - need to use it on the revision level instead.

@insomnious insomnious requested a review from IDCs November 18, 2025 09:31
@IDCs IDCs merged commit f454b31 into master Nov 18, 2025
@IDCs IDCs deleted the adult-content-filter branch November 18, 2025 09:51
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.

2 participants