Search
Search via Typesense
Run full-text search across your ledger data with the TypeScript SDK.
POST
Search via Typesense
Use
blnk.Search.search to search records in a collection.
1
Call the method
blnk.Search.search
2
Use the search results
Read
response.data.hits for matching documents. Each hit includes a document and optional highlights and text_match score.3
Response
201 Created