How to filter nested data types

Hello reader!

I am building a price comparison website. Now i want to filter my repeating group based on nested data types but can’t get it working.

A screen shot of the datatypes:

one of the filter types would be subtype subproduct:

Now, if i want to filter it, i cant get any further…

What am i doing wrong?

Thanks!

1 Like

Try using the expression :filtered

Book 15 min free consultancy

Thanks, but that gives the same result:

Maybe we can have a quick call, I can show you the direction

I’ve sended you a message!

filtered then select advanced
note searches like this are slow at scale so try to change your database so you dont need filtered if that is your main search on your site.

1 Like

Is the advanced filter the only way? I think i already have the optimal data structure

In your “Search for Products” when you put in “subproducten” it should show you some constraints (like “contains”) and you can select that and then select “do a search for” which will pull up a new searchbox to search for SubProducts according to the SupProduct data fields.

2 Likes