Skip to content

feat: golem:search durable components #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Rutik7066
Copy link
Contributor

@Rutik7066 Rutik7066 commented Jul 8, 2025

/claim #32

WIT changes

  variant search-error {
    index-not-found,
    invalid-query(string),
    unsupported,
    internal(string),
    timeout,
    rate-limited(string),
+  authentication-failed(u16), // Sending status code to that consumer will be able to handle the error in a more specific way
  }
  
    /// Field definition
  record schema-field {
    name: string,
-  type: field-type, // field named as `type` was causing the compile error, since it is a reserved keyword 
+  field-type: field-type,
    required: bool,
    facet: bool,
    sort: bool,
    index: bool,
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant