NQL

1 program Added 2026-03-05T10:02:39Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Notation Query Language, Ghost NQL
Provenance: commit 40f6fe64db · authored 2026-03-05T11:03:03+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

N1QL (0.35)Kusto Query Language (0.35)QUEL (0.34)fq (0.33)DataEase (0.33)

LLM-contributed programs

Content Filtering Queries

Provenance: commit 40f6fe64db · authored 2026-03-05T11:03:03+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.nql · license: MIT · added: 2026-03-05T10:02:39Z
# Ghost NQL (Notation Query Language) - Content filtering examples

# Find published tutorials with comments
status:published+tag:tutorial+count.comments:>0

# Find featured posts (excluding specific tags)
featured:true+(tag:-spam,tag:-test)+published_at:>2020-01-01

# Find recent posts by multiple authors on specific topics
(author:alice,author:bob)+tag:programming+published_at:>=2023-01-01+count.likes:>5

# Complex nested query: (published OR scheduled) AND (featured OR popular)
(status:published,status:scheduled)+(featured:true,count.comments:>=10)+tag:news

Contribute — propose a file extension

Tell us where to find evidence about NQL (mapped to pl/nql). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/NQL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← NQC NQP →