You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: make search plugin tag inclusion configurable
- Add 'include_tags' config option (defaults to true for backward compatibility)
- When include_tags is false, tags are omitted from search index (empty array)
- Reduces index size on sites with heavy tagging; allows users to toggle tag search
- Add test to verify config option works correctly
All 358 tests passing.
0 commit comments