Skip to content

Conversation

@smilerz
Copy link
Collaborator

@smilerz smilerz commented Jan 5, 2026

Restores hierarchical search functionality from v1 by adding support for
the include_children parameter in recipe search. When enabled (default: true),
search results will include child keywords and foods in addition to exact
matches, matching v1 behavior.

Changes:

  • Add include_children OpenAPI parameter to RecipeViewSet schema
  • Add includeChildren filter to Vue3 search interface with Yes/No toggle
  • Add translation keys for "Include Children" functionality
  • Regenerate OpenAPI client with new parameter support
  • Default to true to maintain v1 compatibility

Fixes issue where child objects of hierarchical keywords and foods were
excluded from search results in v2, breaking feature parity with v1.

  Restores hierarchical search functionality from v1 by adding support for
  the include_children parameter in recipe search. When enabled (default: true),
  search results will include child keywords and foods in addition to exact
  matches, matching v1 behavior.

  Changes:
  - Add include_children OpenAPI parameter to RecipeViewSet schema
  - Add includeChildren filter to Vue3 search interface with Yes/No toggle
  - Add translation keys for "Include Children" functionality
  - Regenerate OpenAPI client with new parameter support
  - Default to true to maintain v1 compatibility

  Fixes issue where child objects of hierarchical keywords and foods were
  excluded from search results in v2, breaking feature parity with v1.
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