refactor!: Refactor Extension for Multi-Collection Support (port of #129)#136
Merged
kishorenc merged 14 commits intotypesense:masterfrom Mar 23, 2026
Merged
refactor!: Refactor Extension for Multi-Collection Support (port of #129)#136kishorenc merged 14 commits intotypesense:masterfrom
kishorenc merged 14 commits intotypesense:masterfrom
Conversation
- implement comma-separated parameter parsing for multiple collections - add pipe-separated field mapping and boolean list parsing - create dynamic collection configuration map with validation - maintain backward compatibility with single collection parameters
…t suite • add createTypesenseDocument function with collection-specific config support • replace separate flattening/non-flattening test files with unified test suite
…d subcollections • refactor indexOnWrite to dynamically generate functions for multiple collections • add handleDocumentIndexing function for centralized document processing • replace old test files with comprehensive multi-collection test suites • support subcollections with context parameter extraction and handling
… subcollections • refactor backfill to process multiple collections with dynamic validation • add backfillCollection function for centralized collection processing • replace old test files with multi-collection test suites • support subcollections with context parameter extraction and field filtering • update logging and error handling for better multi-collection support • fix test configuration to work with new multi-collection setup
kishorenc
approved these changes
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Change Summary
Check #129
PR Checklist