Is it possible to create a hierarchy filter with weweb?

Hi all,

is it possible to create a similar hierarchy filter with weweb? If so, how can I implement it?

filtering_hierarchy_filter_search_intro

Thanks in advance :slight_smile:

Hi @eric23 :wave:

That should be possible yes.

In your database, you would need a list of regions and a list of states and a link between the two.

Then in WeWeb, you can display all the states and group them by region.

For example, in our Academy db, we have a list of lessons. Each lessons refers to a course id and a lesson category id:

When we go to WeWeb, this allows us to display:

  1. our list of lesson categories
  2. our list of lessons inside each lesson category
  3. information from each lesson

Does that make sense?

1 Like