Query Sort, Filter question

Hi Bricks Team,
at the moment, the only filter options available are Taxonomy, Post Fields and Post Meta Fields. Will it be possible in future for the query filter to use content from an ACF field as a query? If so, is there a time frame for when such an implementation can be expected?

Thanks
Marco

Hey Marco,

that’s already possible as ACF fields are actually post meta.

Best,

André

Thanks @aslotta , but then it is not clear to me, how it works.
I have a ACF field name called “wohnform” (which is a select field with 2 Options).
In Bricks I take the “Filter Select” element and settings are
Source: Custom field
Field type: Post
Meta Key: _wohnform
… but then on the Frontend nothing appears!

See attched image for the settings as well…
What I’m doing wrong?

Hey Marco,

should be wohnform without the underscore. I did not test checkbox fields though. Just regular text fields.

Best,

André

Doesn’t work with or without underscore…

Even a regular Text field does not work - maybe because my ACF query field is a sub-field of a ACF group field!?

Probably. What did you use for the meta key in this case? I think ACF stores those fields something like group_name_field_name.

Yeah, that was my mistake - it worked as you described, but only for text fields, not checkboxes, radio or select fields…