Skip to content

Releases: sqlitecloud/docsearch-action

Fix an issue in the check_line function

16 Jul 16:00

Choose a tag to compare

Critical Bug Fix!

18 Feb 14:18

Choose a tag to compare

We have changed the port of the HTTP endpoints on SQLite Cloud projects. The old version of this action will no longer work, please update to this latest version.

Added support for the Front Matter!

12 Jul 19:06

Choose a tag to compare

The fourth version of the SQLite Cloud documentation full-text search has these changes:

  • renamed strip-astro-header input to use-front-matter
  • fixed missing "-" character from the options column
  • added "status: draft" support in the front matter to skip draft markdown files

Slug as URL support!

01 Jul 17:31

Choose a tag to compare

The third version of the SQLite Cloud documentation full-text search added support for:

  • path-using-slug: if set to true the action builds the url by concatenating the base-url and the parsed path from the slug key in the astro header.
  • strip-astro-header now puts the stripped header as a JSON Object in the options column.

Custom base url support!

24 Jun 12:46

Choose a tag to compare

The second version of the SQLite Cloud documentation full-text search added support for the base-url input.

First version!

17 Jun 15:54
7e71b73

Choose a tag to compare

The first version of the SQLite Cloud documentation full-text search supports these inputs:

  • project-string: the SQLite Cloud project connection string.
  • database: the name of the database to use on SQLite Cloud, just remeber to create first a database on your project!
  • path: the path of the markdown files, by default it will parse every .md/.mdx file recursively starting from the working directory.
  • strip-html: if you want to remove html elements from the search set this to true.
  • strip-jsx: if you want to remove jsx elements from the search set this to true.
  • strip-md-titles: if you want to avoid redundancy of your markdown titles in the search set this to true.
  • strip-astro-header: if you use Astro and you want to remove its docs header make this true.