Guides
Advanced Queries
Learn advanced query techniques for Moongraph.
Advanced Queries
Go beyond basic search with advanced query capabilities.
Query Syntax
Moongraph supports structured query syntax for precise searches.
Boolean Operators
Combine terms with logical operators:
budget AND 2024
revenue OR profit
security NOT deprecatedPhrase Matching
Use quotes for exact phrases:
"quarterly earnings report"
"John Smith"Wildcards
Use * for partial matching:
secur* (matches security, secure, secured)
*tion (matches action, section, organization)Entity-Specific Queries
Target specific entity types:
type:person "John"
type:organization "Acme"
type:location countryAvailable Types
person— People and named individualsorganization— Companies, agencies, groupslocation— Places, addresses, regionsdate— Dates and time periodsconcept— Abstract ideas and topics
Relationship Queries
Find entities by their connections:
connected_to:"Acme Corp"
relationship:"works at"Path Queries
Find paths between entities:
path:"John Smith" -> "Project X"Filtering by Source
Limit queries to specific documents:
document:"annual-report-2024.pdf" type:personSaving Queries
Save frequently used queries:
- Run your query
- Click Save Query
- Give it a name
- Access from Saved Queries panel