Skip to content

Conversation

@dend
Copy link
Owner

@dend dend commented Feb 8, 2026

Added the following optional parameters to the Search method:

  • term: Search term with URL encoding
  • tags: List of tags with OR operator
  • averageRatingMin: Minimum average rating (0-5)
  • fromDateCreatedUtc, toDateCreatedUtc: Created date range
  • fromDateModifiedUtc, toDateModifiedUtc: Modified date range
  • fromDatePublishedUtc, toDatePublishedUtc: Published date range

All date parameters are formatted as ISO 8601 strings.

Fixes #21

Added the following optional parameters to the Search method:
- term: Search term with URL encoding
- tags: List of tags with OR operator
- averageRatingMin: Minimum average rating (0-5)
- fromDateCreatedUtc, toDateCreatedUtc: Created date range
- fromDateModifiedUtc, toDateModifiedUtc: Modified date range
- fromDatePublishedUtc, toDatePublishedUtc: Published date range

All date parameters are formatted as ISO 8601 strings.

Fixes #21

Co-authored-by: Den Delimarsky <dend@users.noreply.github.com>
@dend dend merged commit 446803a into master Feb 8, 2026
1 check passed
@dend dend deleted the claude/issue-21-20260208-0248 branch February 8, 2026 06:25
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.

Add parameters to UgcDiscoveryModule.Search method.

1 participant