gsi-alejandro
gsi-alejandro
closes: #749, #741
closes: #754, #755
Syntax: ```typescript import { searchQuery, SearchQuery } from 'ottoman' async function ftsMatchWord(term) { return await searchQuery( 'index-hotel-description', SearchQuery.match(term), { limit: 5 } ) } const result = await ftsMatchWord('five-star'); ```...
_Ref: CBSE-14946_ Proposal Steps: 1. Add $transaction method to the ottoman instance. 2. Update existing methods to support transactions (the proposal will not include any breaking change) 3. Add a...
Solve vulnerabilities: - Update dependencies - Solve remaining dependencies Note: Vulnerabilities are in the documentation folder/project
Add CLI to ottomanjs documentation. Roadmap: - Add a section on the landing page to introduce the CLI tool, and show how fast you can spin a new ottoman project...