Filter Dataset Items
Filter Dataset Items
Overview
Flow ID: filter-dataset-items
Category: Dataset Management
Estimated Duration: 5 seconds
User Role: All Users
Complexity: Simple
Purpose: Quickly find specific chunks or files within a large dataset to verify if a topic is covered.
Trigger
What initiates this flow:
- User manually initiates
Specific trigger: Typing in the Search Bar on the Dataset Details page.
Step-by-Step Flow
Main Path (Happy Path)
Step 1: Type Query
- User Action: Type “holiday” in search box.
- System Response: Table updates in real-time (or on Enter) to show only blocks containing “holiday”.
Step 2: verify
- User Action: Check if the expected chunk appears.
Technical References
src/hooks/use-corpus-search.js(Client-side filtering usually)