Skip to content

Releases: sqlitecloud/docsearch-action

Fix an issue in the check_line function

Choose a tag to compare

@andinux andinux released this 16 Jul 16:00

Full Changelog: v5...v6

Critical Bug Fix!

Choose a tag to compare

@Gioee Gioee released this 18 Feb 14:18

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!

Choose a tag to compare

@Gioee Gioee released this 12 Jul 19:06

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!

Choose a tag to compare

@Gioee Gioee released this 01 Jul 17:31

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!

Choose a tag to compare

@Gioee Gioee released this 24 Jun 12:46

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

First version!

Choose a tag to compare

@Gioee Gioee released this 17 Jun 15:54
7e71b73

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.