Skip to content

[#10] Pass filter_by configuration to DocSearch initialization#11

Open
joubu wants to merge 1 commit intoJacobCoffee:mainfrom
joubu:issue_10
Open

[#10] Pass filter_by configuration to DocSearch initialization#11
joubu wants to merge 1 commit intoJacobCoffee:mainfrom
joubu:issue_10

Conversation

@joubu
Copy link

@joubu joubu commented Feb 3, 2026

Description

Forward the filter_by setting from the Sphinx configuration to the Typesense DocSearch client so search results can be filtered (e.g. by language) at query time.

Related Issue

Fixes #10

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Code refactoring (no functional changes)
  • CI/CD changes
  • Dependencies update

Checklist

  • I have performed a self-review of my code
  • I have added/updated tests that prove my fix is effective or my feature works
  • I have updated the documentation accordingly
  • I have added a changelog entry (if applicable)
  • All CI checks pass
  • My changes generate no new warnings

…tion

Forward the `filter_by` setting from the Sphinx configuration to the
Typesense DocSearch client so search results can be filtered (e.g. by
language) at query time.
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.

[Bug]: filter_by not pased to DocSearch initialization

1 participant