prismicio-community/ruby-kit

Additional Operators

Closed this issue · 2 comments

The Prismic documentation lists a few operators that do not have corresponding methods in Prismic::Predicates (https://github.com/prismicio/ruby-kit/blob/master/lib/prismic/predicates.rb). Without looking to closely, I see the following aren't available:

[:d = has(my.blog-post.author)]
[:d = missing(my.blog-post.author)]

Thoughts?

erwan commented

Yes indeed, those have been added more recently than the others and they haven't been added to the helpers yet. You can still use them by passing the query as a string in the meantime.

erwan commented

thanks for the PR!