Search
Search via Typesense
Run full-text search across your ledger data with the Python 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