typesense
Fast, typo-tolerant search engine.
Extends: Technology
Typesense
Fast, typo-tolerant search engine.
Overview
Category: Search software
Fast, typo-tolerant search engine.
Related Skills
No related skills listed.
Occupations Using This Technology
No occupations listed.
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Typesense',
category: 'Search software',
description: 'Fast, typo-tolerant search engine.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Typesense",
"applicationCategory": "Search software",
"description": "Fast, typo-tolerant search engine."
}