Skip to content

Comments

Fix steward search filters#336

Merged
JoaquinBN merged 1 commit intodevfrom
JoaquinBN/fix-steward-search
Jan 26, 2026
Merged

Fix steward search filters#336
JoaquinBN merged 1 commit intodevfrom
JoaquinBN/fix-steward-search

Conversation

@JoaquinBN
Copy link
Collaborator

Fix multiple issues in steward submission search filters:

  • type: filter: Add slug field to API response and implement slugified name fallback (spaces to dashes)
  • include:/exclude: filters: Fix Evidence field reference from notes to description
  • assigned:me filter: Use userStore instead of non-existent authState.user property
  • Negated filters: Add backend support for -type: and -assigned: negation operators

All search filters now work correctly: type, include, exclude, assigned, from, status, has/no, min-contributions, sort.

…egation operators

- Add slug field to ContributionTypeSerializer for type filter matching
- Add slugified name fallback (spaces to dashes) for type filter
- Fix Evidence field reference: notes → description in content filters
- Fix assigned:me filter to use userStore instead of non-existent authState.user
- Add backend support for negated filters: exclude_assigned_to and exclude_contribution_type
@JoaquinBN JoaquinBN merged commit 00b8362 into dev Jan 26, 2026
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