Kj
Kj
There appears to be an error in the URL syntax example for SQLite full-text search using wildcards in the ["The table page and table view API"](https://docs.datasette.io/en/stable/full_text_search.html#the-table-page-and-table-view-api) section of the Datasette...
I attempted to use the wildcard query method introduced in ["The table page and table view API"](https://docs.datasette.io/en/stable/full_text_search.html#the-table-page-and-table-view-api). Due to the difference in wildcard query syntax between FTS4 and FTS5, it...
### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/rest/commits/comments?apiVersion=2022-11-28#create-a-commit-comment specifically, https://arc.net/l/quote/xyiivuna ###...
refs #138 changes: - add test for Deno to run example script in ci - allow Deno to use local file or `:memory:` by simply using `lib-esm/node.js` instead of `./lib-esm/web.js`...
**Describe the bug** While #491 added timezone support for global site settings and individual posts, the filtering logic for posts does not apply timezone-aware processing. This results in inconsistent filtering...