Skip to content

Add search functionality - #49

Merged
advancingu merged 6 commits into
mainfrom
feature/search
Sep 25, 2026
Merged

advancingu merged 6 commits into
mainfrom
feature/search

Conversation

@advancingu

Copy link
Copy Markdown
Contributor

No description provided.

advancingu and others added 6 commits September 24, 2026 21:56
Query `_search` is generated when a search adapter is passed to `createClient()`. Text of fields marked with
`@Searchable` is extracted per commit and only handed to the search adapter on request, so that adapters can
maintain their indexes per commit hash.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
… type to field path

Search hits now use the same field names as the search adapter interface, so hits are passed through without
mapping. Field paths of values within unions contain the concrete union member type name, matching the structure
of stored entry data.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
…er error codes

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
@advancingu
advancingu merged commit eaa8bac into main Sep 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant