pull_requests_fts: 291534596
This data as json
rowid | title | body |
---|---|---|
291534596 | Use keyed rows - fixes #521 | Supports template syntax like this: ``` {% for row in display_rows %} <h2 class="scientist">{{ row["First_Name"] }} {{ row["Last_Name"] }}</h2> ... ``` |