test-json-sql-semantic-scholar · git:20251125.79ed510 · 2025-11-25 · sha256 0ca754c4b3b18245

test-json-sql-semantic-scholar git:20251125.79ed510A

Immutable. This exact content is served forever at /api/v1/blob/0ca754c4b3b18245.

---
name: test-json-sql-semantic-scholar
description: Test JSON SQL primitives with semantic-scholar output
type: plan
manual_only: true
parameters: []
---

# test-json-sql-semantic-scholar

Tests JSON SQL primitives (project, pluck, filter-structured, sort) with real semantic-scholar output.

## What it tests
- semantic-scholar returns Collection of paper Notes
- project extracts metadata.title, metadata.year, metadata.citations
- pluck extracts first title
- filter-structured filters by metadata.citations > 0
- sort orders by metadata.citations descending