Made in Builder.io

Upcoming webinar with Figma: Design to Code in 80% Less Time

Announcing Visual Copilot - Figma to production in half the time

Builder.io logo
Talk to Us
Platform
Developers
Talk to Us

Blog

Home

Resources

Blog

Forum

Github

Login

Signup

×

Visual CMS

Drag-and-drop visual editor and headless CMS for any tech stack

Theme Studio for Shopify

Build and optimize your Shopify-hosted storefront, no coding required

Resources

Blog

Get StartedLogin

This document is a quick reference for query operators you can use to query anything that's on your content objects.

To experiment with querying your content from within Builder, you can use the Builder API Explorer.

This document covers the following operators:

Comparison Operators

$eq

$gt

$gte

$in

$lt

$lte

$ne

$nin

Logical Operators

$and

$not

$or

$nor

Element Operators

$exists

$type

Array Operators

$elemMatch

Evaluation Operators

$regex

$options

When querying Builder data, you can use MongoDB style operators, such as:

OperatorDescription

Use to match values equal to a specified value.

Use to match values greater than a specified value.

Use to match values greater than or equal to a specified value.

Use to match any of the values you specify in an array.

Use to match values less than a specified value.

Use to match values that are less than or equal to a specified value.

Use to match all values not equal to a specified value.

Use to match none of the values specified in an array. This example excludes the numbers 50 and 51.

Use to join query clauses with a logical and and return all documents that match the conditions of both clauses.

Use to invert the effect of a query expression and return documents that do not match the query expression.

Use to join query clauses with a logical or and return all documents that match the conditions of either clause.

Use to join query clauses with a logical nor and return all documents that do not match both clauses.

Use to match documents that have the specified field.

Use to select documents if a field is of the specified type.

Use to select documents if element in the array field matches all the specified $elemMatch conditions.

Use to select documents where values match a specified regular expression.

Use to specify options to use with $regex.

For more detail about available options, refer to the MongoDB $regex documentation.

Descriptions for the above operators adapted from MongoDB per the Creative Commons License as referenced on the MongoDB Documentation GitHub repo. For more in-depth information on the query operators above, see MongoDB's documentation on Query and Projection Operators.

For more information on querying, see the Content API documentation.

Was this article helpful?

Product

Visual CMS

Theme Studio for Shopify

Sign up

Login

Featured Integrations

React

Angular

Next.js

Gatsby

Get In Touch

Chat With Us

Twitter

Linkedin

Careers

© 2020 Builder.io, Inc.

Security

Privacy Policy

Terms of Service

Newsletter

Get the latest from Builder.io

By submitting, you agree to our Privacy Policy