Is your feature request related to a problem? Please describe.
At the moment filters are defined as meta data in the finder. These meta data can only be strings. This limits the type of meta data to objects which can be described this way. An example for a new type would be date so that the user can filter it.
Describe the solution you'd like
Refactor the components so that we can support other types like date as well.
Is your feature request related to a problem? Please describe.
At the moment filters are defined as meta data in the finder. These meta data can only be strings. This limits the type of meta data to objects which can be described this way. An example for a new type would be date so that the user can filter it.
Describe the solution you'd like
Refactor the components so that we can support other types like date as well.