Summary
Update the JSON collection index to support filtering which documents get indexed, to give users more control over index quality and content.
Requested Filters
1. Filter by metadata fields
Allow users to specify conditions on document metadata fields to include or exclude documents from indexing (e.g. only index documents where status == "published").
2. Ignore unsupported document types
Automatically skip documents with unsupported file types (e.g. .mp3, audio/video files) rather than failing or indexing them with no useful content.
3. Ignore entries with no document link
Skip entries that have no associated document link/URL, since there is nothing to index.
Summary
Update the JSON collection index to support filtering which documents get indexed, to give users more control over index quality and content.
Requested Filters
1. Filter by metadata fields
Allow users to specify conditions on document metadata fields to include or exclude documents from indexing (e.g. only index documents where
status == "published").2. Ignore unsupported document types
Automatically skip documents with unsupported file types (e.g.
.mp3, audio/video files) rather than failing or indexing them with no useful content.3. Ignore entries with no document link
Skip entries that have no associated document link/URL, since there is nothing to index.