All Collections
Solutions
Buffers
6. Query the Buffer data
6. Query the Buffer data

Use the Query Builder to debug or interrogate the Buffer data.

Praise Magidi avatar
Written by Praise Magidi
Updated over a week ago

Filter Tab

Click the Filter > button to filter the buffer data and view only selected values using the Query Builder.

Filter section

Query Builder tab

This tab is used to build a filter query to view the data in a list that matches the selected criteria, interrogate and debug the data, and search the data.

The Query Builder uses the following criteria to set up the filter:

Boolean logic to apply logical filter operations – Select an appropriate operator from AND, OR, NOT.

Rules to apply comparative operators to return records with specified data values – Select a data field, an operator, the value, and the data type in each line.

  • Click the Add Rule or Add Group buttons to add more rules.

Fields tags to only display specified columns – Click on Add a tag, then type in the column name.

Order By fields to list the data in a specific order using the Order By operator.

Skip to omit the first n number of records as specified.

  • As an example, enter 5 into the input to omit the first five records.

Query Values button to execute the query and list the results.

Count Values button to count the number values.

Clear Filter button to clear all filters.

Raw Query tab

The Raw Query option is used to examine the filter query with the comparative operators displayed in MongoDB Query Language.


Useful Tutorials

Revisit the Getting Started page for a refresher.

Read more about Flows.

Read more about Buffers.


Did this answer your question?