Search and Filtering
Indexed, instant, and external-index search flows with file/path/date filters.
Search Modes
Colpan supports three practical search modes:
| Mode | Requirement | Speed | Typical Use |
|---|---|---|---|
| Indexed Search | Hash index exists | Very fast | Daily workflow |
| Disk Scan Fallback | No index | Slower | First-time search |
| Instant Search | Drag-and-drop files/folders | Fast for ad-hoc sets | One-off investigation |
Instant Search (No Index Required)
Instant mode lets you search a temporary file set without creating a profile index.
- Switch to
Instanttab. - Drag and drop UDF files/folders.
- Run query directly.
- Clear the temporary set when done.
Use this mode when:
- you need quick checks on a temporary folder
- you do not want to change profile indexes
- you are validating imported files
External Index Databases (+ DB Add)
You can attach a hash index created on another machine.
- Click
+ DB Add. - Select external index
header.txt. - Give it a display name.
- Activate/deactivate it like a normal source.
Expected external index structure:
ExternalIndex/
|- header.txt
|- content.bin
`- content.idx
Notes:
- files are not copied into Colpan
- this is search-only integration
- in current app behavior,
DB Addis disabled on Profile 1
Filter Types
- file name filter
- path filter
- date range filter
- result limit
Practical Pattern
- Start with a broad keyword.
- Add CQL operators.
- Apply date/path filters.
- Reduce result limit for quick iteration.
Example
(contract|agreement);termination!template
Then narrow with:
- path filter (specific court/year folders)
- date range filter
- lower result limit