How to create a simple filter
21 de December de 2023 - Luciano Neimark
Filters are used in listings so that users may apply searching criteria over the listing of an entity.
In this example we are going to be adding a filter to an entity called Person which has a name.
This is the code for that entity:
Person @
name d
Now to add the filter, position yourself at the top of your entity and with the
Person @
name d