Search Box
The search box is located in the top toolbar and supports multiple query types:
The search box maintains a history of recent queries accessible via the dropdown arrow.
Basic Searches
Simple Text Search
Enter any text to search across file names and content:- File names
- File content (text extracted from all supported formats)
- Metadata fields
Phrase Search
Use quotes for exact phrase matching:Case Sensitivity
Searches are case-insensitive by default. “Password”, “PASSWORD”, and “password” return the same results.
Lucene Query Syntax
IPED uses Apache Lucene’s powerful query syntax for complex searches.Field-Specific Searches
Search in specific metadata fields:- Common Fields
- Date Fields
- Size Fields
- Status Fields
Boolean Operators
Combine search terms with boolean logic:AND Operator
AND Operator
Both terms must be present:Implicit AND (space between terms):
OR Operator
OR Operator
Either term can be present:
NOT Operator
NOT Operator
Exclude items containing the term:Alternative syntax:
Required/Prohibited
Required/Prohibited
Required (+) and prohibited (-) prefixes:
Grouping and Precedence
Use parentheses to control query logic:Wildcards
Single Character Wildcard (?)
Match any single character:Multiple Character Wildcard (*)
Match zero or more characters:Examples
Range Searches
Inclusive Ranges
Use square brackets[ ] for inclusive boundaries:
Exclusive Ranges
Use curly brackets{ } for exclusive boundaries:
Open-ended Ranges
Search for values greater or less than:Date Format
Dates can be specified in various formats:Fuzzy Search
Similarity Search (~)
Find terms similar to the search term:Edit Distance
Specify maximum edit distance (0-2):Fuzzy search is useful for finding misspelled words or variations in text.
Proximity Search
Find words within a specific distance:Boosting
Increase relevance of specific terms:Regular Expression Searches
Regex in Content
IPED supports regex validation scripts for common patterns:Email Addresses
Credit Cards
URLs
IP Addresses
Additional Regex Patterns
- Financial
- Network
- Personal Data
regex:money- Money valuesregex:bitcoin- Bitcoin wallet addressesregex:ethereum- Ethereum addressesregex:monero- Monero addressesregex:ripple- Ripple addresses
Regex searches are processed during case indexing. Results are available as categories in the navigation tree.
Metadata Searches
Search by File Properties
Search by Hash
Search by Category
Custom Metadata Fields
Search extracted metadata:Advanced Search Examples
Find Recent Large Files
Find Recent Large Files
Find Encrypted Documents
Find Encrypted Documents
Find Deleted Images
Find Deleted Images
Find Specific User's Documents
Find Specific User's Documents
Find Files by Extension Pattern
Find Files by Extension Pattern
Find Carved Data
Find Carved Data
Search Performance Tips
Optimize Queries
- Use specific field searches instead of content-only
- Avoid leading wildcards when possible
- Combine filters to narrow results early
Index Optimization
- Content is indexed during processing
- Unknown files and unallocated space included
- Full-text search across supported formats
Result Limits
- By default, searches return maximum 10,000 results
- Use filters and sorting to refine large result sets
- Consider using bookmarks for working sets
Special Searches
- Similar document search
- Similar image search
- Similar face recognition
- Available from context menus and gallery
Search History
Access previous searches:- Click the dropdown arrow on the search box
- Select from recent queries
- Edit and re-execute as needed
Search history is preserved between sessions and stored per case.
Saved Searches (Filters)
Create reusable search queries:- Click Options → Filter Manager
- Create named filters with Lucene queries
- Access saved filters from the Filter dropdown
- Combine multiple filters
Special Search Features
Similar Document Search
Find documents with similar content:- Select a document
- Right-click → Find Similar Documents
- Adjust similarity threshold
- View results ranked by similarity score
Similar Image Search
Find visually similar images:- Select an image
- Right-click → Find Similar Images
- Results show perceptually similar images
- Useful for finding duplicates, edited versions
Similar Face Search
Find images containing similar faces:- Select an image with detected faces
- Right-click → Find Similar Faces
- Optimized face recognition algorithm
- Configurable similarity threshold
Face recognition and image similarity features must be enabled during case processing.
Troubleshooting Searches
No Results Found
No Results Found
- Check for typos in search terms
- Try broader searches with wildcards
- Verify field names are correct
- Check if filters are applied
Too Many Results
Too Many Results
- Add more specific search terms
- Use field-specific searches
- Apply date or size range filters
- Combine with category filters
Query Syntax Errors
Query Syntax Errors
- Check bracket and quote matching
- Escape special characters if needed
- Verify date format in range queries
- Review boolean operator usage
Slow Searches
Slow Searches
- Avoid leading wildcards
- Use specific field searches
- Narrow date ranges
- Consider creating a filter
Next Steps
Filtering
Learn to create and combine filters for complex analysis
Bookmarks
Organize search results with bookmarks and tags