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
{{ message }}
This repository was archived by the owner on Oct 18, 2021. It is now read-only.
the current client exposes only documentExistsById(index: Index, tpe: Type, id: String) function.
If you are interested in exists based on query, we don't have such method implemented. What I'm suggesting is to use count(index: Index, tpe: Type, query: QueryRoot) with terminateAfterOpt set to Some(1) and then exists = count > 0
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does the current client support exists query? There was an old PR for adding support to Exists query, but it's been closed without merging.
Please advise. Thanks.
The text was updated successfully, but these errors were encountered: