Skip to content

Add integration test for creator search endpoint returning correct results for partial name match #610

Description

@Chucks1093

Summary

The creator search endpoint supports partial name matching but has no integration test confirming the results are correct. A test should seed creators with known names and assert the endpoint returns only those whose names contain the search term.

Scope

  • Seed three creators: Alpha, AlphaTwo, Beta
  • Search for alpha (case-insensitive)
  • Assert both Alpha and AlphaTwo are returned
  • Assert Beta is absent from the response
  • Assert search for an empty string returns all creators

Acceptance Criteria

  • Partial match returns all matching creators
  • Match is case-insensitive
  • Non-matching creator absent from response
  • Empty search string returns all creators

ETA: 12 hours


Coordinate on Telegram

Metadata

Metadata

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions