JetEngine Query Builder and Pagination

Hi,
I have a problem with query loops and pagination and would like to know if anyone here can help me.

I am using JetEngine’s query builder to create a post feed that excludes posts registered in an area designated for highlights. However, pagination does not work for this query loop, it displays the error message: “This query type doesn’t support pagination”.

If I use the bricks query itself, the pagination works, but I cannot exclude the highlighted posts on the page. I know that this is possible if you mark the posts as Stick Post, but this is not an option because the client will manage the highlighted posts via custom fields.

What is the current query configuration like:

  • Using custom fields to include the highlighted posts.
  • Generating the query via query builder to search for all posts except those marked in the custom field.

So my question would be:

  1. Is it possible to make pagination work with a JetEngine Custom Query?
  2. Is it possible to exclude posts in the Bricks query by indicating the custom field of a JetEngine option page?

Thanks!