MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / MultiSearch

Method MultiSearch

internal/search/search.go:225–227  ·  view source on GitHub ↗

Remove the incorrect MultiSearch method and replace with this:

(ctx context.Context, searchRequests api.MultiSearchSearchesParameter)

Source from the content-addressed store, hash-verified

223
224// Remove the incorrect MultiSearch method and replace with this:
225func (t *TypesenseClient) MultiSearch(ctx context.Context, searchRequests api.MultiSearchSearchesParameter) (*api.MultiSearchResult, error) {
226 return t.Client.MultiSearch.Perform(ctx, &api.MultiSearchParams{}, searchRequests)
227}
228
229// HandleNotification processes incoming notifications and updates Typesense collections based on the table and data.
230// It ensures the required fields exist and upserts the data into Typesense.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected