Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Confiforms Filter Control filter IF CONTAINS certain Tag

Daniel Santa Cruz
February 23, 2026

Hello all,

I have a Coniform Form with a Dynamic Multi-Label named "Tags" that allows multiple values entered in.

Within my display page I have a Matrix View, with a Filter Control macro to filter the tags. I notice however that the filter control will only return entries that ONLY have what is entered into the Filter. 

Example: 

Entry 1 Tags: Hello, World

Entry 2 Tags: Lorem, Ipsum

If within the Filter Control I enter "Hello" it will return no results. I have to enter "Hello, World" to show the entry. I want it to return anything that contains "Hello" even if it isn't the only tag in the entry.

 

Thank you,

2 answers

0 votes
Alex Medved _ConfiForms_
Community Champion
February 25, 2026

Hi  

Looks like the filtering for the multi-label misbehaves on DC version (works fine on cloud)

Something we need to fix, I afraid

Alex

Daniel Santa Cruz
March 3, 2026

That's unfortunate to hear, is there any work around I could try for this? I though of making another field, possibly a free text field that auto populates with Tags.asArray?

Thank you,

0 votes
Peter_DevSamurai
Atlassian Partner
February 24, 2026

Hi @Daniel Santa Cruz ,

What you’re seeing is how ConfiForms works by default with multi-value fields like your Dynamic Multi-Label “Tags” field. With the tag Hello, World -> The filter Hello is treated as an exact match on the full valiue so it would not match. For the best solution, you need to use a contains operator in the filter.

Use ~ (contains) in the filter:

  • In a where / filter parameter on the view ->  Tags ~ "Hello"
  • Or in Filter COntrol binding syntax: Tags:~Hello

The key change is using ~ on the Tags field so that it matches any record where the multi-label field contains that value among its labels, not only where the full string equals that value.

I hope the below documents are helpful for you:

Hope everything works out well for you.

Best regards, 

Peter

Daniel Santa Cruz
March 3, 2026

Hey Peter,

Thank you for the information. I am not sure if I am understanding correctly.

When I type in Tags:~Hello to the free text field, it still fails to find any entries with Tags INCLUDES Hello.

 

Also the links provided don't seem to work, "Page Not Found".

 

Thank you

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events