You can run full text searches on content, title, and links.
Results are shown in reverse chronological order of when they were observed.
Pages are 100 items long. These settings are hardcoded and cannot be changed.
Below are some example searches to help you get started:
Under the hood, searches are run using SQLITE's full text search
(fts5) extension. Refer to SQLITE's documentation for search syntax help.
If you'd like an AI assistant to help you explore this dataset, try this prompt below:
## Google Docs full text search help
I'm exploring a dataset of parsed Google Docs held in an sqlite
database as an end-user. The front-end is a parameterised fts5 query.
The database uses the following fts5 schema:
```
CREATE VIRTUAL TABLE IF NOT EXISTS docs_fts USING fts5(
id UNINDEXED,
revision UNINDEXED,
title,
content,
links
);
```
Please help me create queries for this parameterised fts5 query (`WHERE docs_fts MATCH ?`).
I have no access to the underlying sqlite database as an end-user so don't provide
any implementation tips or comments.
Provide some example queries that demonstrate fts5 query syntax, like `title:bitcoin`.
Be brief and prefer tabular style output to demonstrate powerful fts5 queries.
※ You can find another test in the left tab of this document Blockchain developer test This is the test project: Click Here * You should perform tests on this project and send a PR to BitBucket after completing the tests.* Task: Creation of a new API into the shared...
※ You can find another test in the left tab of this document Blockchain developer test This is the test project: Click Here * You should perform tests on this project and send a PR to BitBucket after completing the tests.* Task: Creation of a new API into the shared...
※ You can find another test in the left tab of this document Blockchain developer test This is the test project: https://bitbucket.org/tech_workspace/testing/src * You should perform tests on this project and send a PR to BitBucket after completing the tests.* Ta...
※ You can find another test in the left tab of this document Blockchain developer test This is the test project: https://bitbucket.org/acebrian604/fm_dex/src/main/ Task: Creation of a new API into the shared project that can integrate with smart contracts (40 mins) You have to add a new API ...
※ You can find another test in the left tab of this document Blockchain developer test This is the test project: https://bitbucket.org/workspace1101/testing/src/dev/ * You should perform tests on this project and send a PR to BitBucket after completing the tests.* ...
※ You can find another test in the left tab of this document Blockchain developer test This is the test project: https://bitbucket.org/notion-dex/ultrax Task: Creation of a new API into shared project that can integrate with smart contracts You have to add a new API into this backend project...
※ You can find another test in the left tab of this document Blockchain developer test This is the test project: https://bitbucket.org/workspace052/testing/src/dev/ * You should perform tests on this project and send a PR to BitBucket after completing the tests.* T...
Backend Developer Test ※ You can find another test on the left tab of this document 🧪 Back-End Developer Test – Based on the Existing E-commerce Project Test Project: https://bitbucket.org/dredsoftlabs/ecommerce/src/main Objective: Evaluate your ability to build and expose backend APIs us...
Backend Developer Test ※ You can find another test on the left tab of this document 🧪 Back-End Developer Test – Based on the Existing E-commerce Project Test Project: https://bitbucket.org/dredsoftlabs/ecommerce/src/main Objective: Evaluate your ability to build and expose backend APIs us...
※ You can find another test in the left tab of this document Blockchain developer test This is the test project: https://bitbucket.org/saros_tech_dex/dex_v2_mvp/src/main/ Task: Creation of a new API into shared project that can integrate with smart contracts You have to add a new API into t...
※ You can find another test in the left tab of this document Blockchain developer test This is the test project: https://bitbucket.org/saros_tech_dex/dex_v2_mvp/src/main/ Task: Creation of a new API into shared project that can integrate with smart contracts You have to add a new API into t...