Search API
Full-text and field-filtered search across avatars, holons, NFTs, quests, and all OASIS platform data.
Search All
GET/search/{searchTerm}
Global full-text search across all entity types. Returns grouped results by type.
Response result
| Field | Type | Description |
|---|---|---|
avatars | array | Matching avatar records |
holons | array | Matching holon records |
nfts | array | Matching NFTs |
quests | array | Matching quests |
missions | array | Matching missions |
Search Avatars
GET/avatar/search/{searchTerm}
Searches avatar username, email, title, and description fields.
Search Holons
GET/data/SearchHolons/{searchTerm}
Searches holon name, description, and metaData fields.
Provider search support
Search depth depends on the active provider. MongoDB and Neo4j providers support rich text indexing. Holochain provider search is limited to exact-match on indexed fields. HyperDrive will fan the search out to all providers and merge results when configured to do so.