Search All

GET/search/{searchTerm}

Global full-text search across all entity types. Returns grouped results by type.

Response result

FieldTypeDescription
avatarsarrayMatching avatar records
holonsarrayMatching holon records
nftsarrayMatching NFTs
questsarrayMatching quests
missionsarrayMatching 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.