You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yeah, we are planning to add the "full" search API as the other SDKs have, for now we only implemented the bare minimum to get started. Thanks for raising it, we'll definitely have it eventually
It would be very useful to have the fields option (and maybe explain too) available for search_query. Something like
SearchOptions::default().raw(json!({"Fields": ["*"]}))
orSearchOptions::default().fields("*")
.Just wondering if there are plans for this?
The text was updated successfully, but these errors were encountered: