Welcome to the Advanced Search Documentation section! Here, you will find detailed information about how to perform advanced searches on our platform. Advanced search features can help you refine your search results and find exactly what you're looking for.
Key Features
- Boolean Operators: Use AND, OR, NOT to combine or exclude terms in your search.
- Phrase Searching: Enclose a phrase in quotes to search for it exactly as written.
- Wildcards: Use an asterisk (*) to represent any number of characters or an underscore (_) to represent a single character.
- Fuzzy Searching: Find terms that are similar to the one you entered.
- Date Range Searching: Limit your search results to a specific date range.
Examples
Boolean Operators
To find documents that contain both "machine learning" and "artificial intelligence", use the following search:
machine learning AND artificial intelligence
Phrase Searching
To find documents that contain the exact phrase "deep learning", use the following search:
"deep learning"
Wildcards
To find documents that contain "data" followed by any two letters, use the following search:
data**
Fuzzy Searching
To find documents that contain terms similar to "machine", use the following search:
machine~2
Date Range Searching
To find documents from the last two years, use the following search:
date > 2021-01-01 AND date < 2023-01-01
Additional Resources
For more information on advanced search features, please visit our Search Guide.