DUPLICATE: V2.1 Filters can't access query inside component

Browser: FF 143
OS: Windows

I’ve got a query inside a compontent. The query itself is a property of the component, and I can set it from outside the component.

When I try to target it with a filter, the filter reports seeing the query, and I can add it and save it, bu then the filter doesn’t have any effect, and doesn’t see any of the query properties:

Here’s my system setup:

System Information

Theme Information
Theme name: Bricks
Theme version: 2.1
Theme author: Bricks
Theme author URI: https://bricksbuilder.io/
Theme is child theme:

WordPress Environment
Home URL: https://dev.samordning.org
REST API Prefix: wp-json
WP version: 6.8.3
WP debug:
WP language: en_US
WP multisite:
WP memory limit: 2 GB

Server Environment
Server info: LiteSpeed
MySQL version: 10.6.23
Postmeta table meta_value type: longtext
PHP version: 8.3.25
PHP post max size: 512M
PHP execution time limit: 90 - Recommended max_execution_time: 180 (or more)
PHP max input vars: 4000
PHP safe mode:
PHP memory limit: 3G
PHP max upload file size: 512M
PHP wp_remote_post: Success

Active Plugins
Admin and Site Enhancements (ASE) Pro (8.0.1) by wpase.com
Advanced Custom Fields PRO (6.3.12) by WP Engine
Advanced Themer for Bricks (3.3.7) by Maxime Beguin
FileBird Document Library (Pro) (3.0.2) by Ninja Team
FileBird Pro (6.4.9) by Ninja Team
iframe (5.2) by webvitaly
Matomo Analytics - Ethical Stats. Powerful Insights. (5.3.3) by Matomo
Pie Calendar (1.3.0.1) by Elijah Mills & Jonathan Jernigan
Ungapped Widgets (1) by Ungapped
wp-Typography (5.11.0) by Peter Putzer
wpDataTables (7.3.1) by TMS-Plugins

Hi @FilWi,

please take a look at this forum post and you can read other answersas well, to get more info on what is supported or not:

Basically, you have two limitations regarding components ↔ query filteres:

  1. Query filter element should never be inside the component
  2. You can only connect query filter element to the query, if it’s defined on the main (top) element of the component, but not if it’s defined inside, like in your case.

I hope I explained it well.

Thank you,
Matej

Thanks!

Here’s hoping the feature request will be implemented, at least the possibility to reach deeper than the main element, it would really do a world of good :slight_smile:

Because this is not a bug, but a feature request and is the same as the other, I’ll mark it as duplicate, but I’ll also note it in our task for this.
We will update the original topic (one that I’ve linked above) with any progress updates.

Thank you,
Matej