# Astro - [x] Commands from [README](https://github.com/xataio/examples/tree/main/apps/getting-started-astro) are correct and the app can start under the indicated URL - [x] A new database is created in [app.xata.io](https://app.xata.io/) with the imported [blog posts](https://raw.githubusercontent.com/xataio/examples/main/seed/blog-posts.csv) - [x] There are no errors in the browser console & terminal - [x] Searching for exact matching items, e.g. `postgres` returns results - [x] Fuzzy search, e.g. `arbyte` returns partially matching results - [x] Force no results with an not indexed word like: `FOOBAR` - [x] Navigation to view a blog post and return to the overview work correctly # Next.js - [x] Commands from [README](https://github.com/xataio/examples/tree/main/apps/getting-started-nextjs) are correct and the app can start under the indicated URL - [x] A new database is created in [app.xata.io](https://app.xata.io/) with the imported [blog posts](https://raw.githubusercontent.com/xataio/examples/main/seed/blog-posts.csv) - [x] There are no errors in the browser console & terminal - [x] Searching for exact matching items, e.g. `postgres` returns results - [x] Fuzzy search, e.g. `arbyte` returns partially matching results - [x] Force no results with an not indexed word like: `FOOBAR` - [x] Navigation to view a blog post and return to the overview work correctly # Nuxt - [x] Commands from [README](https://github.com/xataio/examples/tree/main/apps/getting-started-nuxt) are correct and the app can start under the indicated URL - [x] A new database is created in [app.xata.io](https://app.xata.io/) with the imported [blog posts](https://raw.githubusercontent.com/xataio/examples/main/seed/blog-posts.csv) - [x] There are no errors in the browser console & terminal - [x] Searching for exact matching items, e.g. `postgres` returns results - [x] Fuzzy search, e.g. `arbyte` returns partially matching results - [x] Force no results with an not indexed word like: `FOOBAR` - [x] Navigation to view a blog post and return to the overview work correctly # Remix - [x] Commands from [README](https://github.com/xataio/examples/tree/main/apps/getting-started-remix) are correct and the app can start under the indicated URL - [x] A new database is created in [app.xata.io](https://app.xata.io/) with the imported [blog posts](https://raw.githubusercontent.com/xataio/examples/main/seed/blog-posts.csv) - [x] There are no errors in the browser console & terminal - [x] Searching for exact matching items, e.g. `postgres` returns results - [x] Fuzzy search, e.g. `arbyte` returns partially matching results - [x] Force no results with an not indexed word like: `FOOBAR` - [x] Navigation to view a blog post and return to the overview work correctly # SolidStart - [ ] Commands from [README](https://github.com/xataio/examples/tree/main/apps/getting-started-solidstart) are correct and the app can start under the indicated URL - [ ] A new database is created in [app.xata.io](https://app.xata.io/) with the imported [blog posts](https://raw.githubusercontent.com/xataio/examples/main/seed/blog-posts.csv) - [ ] There are no errors in the browser console & terminal - [ ] Searching for exact matching items, e.g. `postgres` returns results - [ ] Fuzzy search, e.g. `arbyte` returns partially matching results - [ ] Force no results with an not indexed word like: `FOOBAR` - [ ] Navigation to view a blog post and return to the overview work correctly # SvelteKit - [x] Commands from [README](https://github.com/xataio/examples/tree/main/apps/getting-started-sveltekit) are correct and the app can start under the indicated URL - [x] A new database is created in [app.xata.io](https://app.xata.io/) with the imported [blog posts](https://raw.githubusercontent.com/xataio/examples/main/seed/blog-posts.csv) - [x] There are no errors in the browser console & terminal - [x] Searching for exact matching items, e.g. `postgres` returns results - [x] Fuzzy search, e.g. `arbyte` returns partially matching results - [x] Force no results with an not indexed word like: `FOOBAR` - [x] Navigation to view a blog post and return to the overview work correctly
Astro
postgresreturns resultsarbytereturns partially matching resultsFOOBARNext.js
postgresreturns resultsarbytereturns partially matching resultsFOOBARNuxt
postgresreturns resultsarbytereturns partially matching resultsFOOBARRemix
postgresreturns resultsarbytereturns partially matching resultsFOOBARSolidStart
postgresreturns resultsarbytereturns partially matching resultsFOOBARSvelteKit
postgresreturns resultsarbytereturns partially matching resultsFOOBAR