Search and Filter limitations

We can enable "searchable" to use search and filter for that column.
But there are still some limitations.
Let's say we have 2 tables: Orders (Parent) and Products (Children). They are referenced in 2 ways: via Ref and via Enum Type Ref.

Orders

ID
(Key)

Order
(Label)
Name

Related Products
(REF_ROWS)
Related Products
(EnumList Type Ref)
Ord00001First orderWilliamPro00001 , Pro00002 Pro00001 , Pro00002

Products

ID
(Key)
Order
(Ref)
Order
(Enum Type Ref)
Product
(Label)
Pro00001Ord00001Ord00001Apple
Pro00002Ord00001Ord00001Banana

Search and Filter

 ExampleSearch (Ref)Filter (Ref)Search (Enum Type Ref)Filter (Enum Type Ref)
In Products Table search for the Order's IDOrd00001โœ”๏ธWorkingโœ”๏ธWorking (search box)โœ”๏ธWorkingโœ”๏ธWorking (search box)
In Products Table search for the Order's LabelFirst orderโœ”๏ธWorkingโœ”๏ธWorking (search box and dropdown)โŒNot workingโœ”๏ธWorking (search box and dropdown)
In Products Table search for the Order's NameWilliamโŒNot workingโŒNot workingโŒNot workingโŒNot working
      
In Orders Table search for Product's IDPro00001โœ”๏ธWorkingโŒNot workingโœ”๏ธWorkingโœ”๏ธWorking (search box)
In Orders Table search for Product's LabelsAppleโŒNot workingโŒNot workingโŒNot workingโœ”๏ธWorking (search box and dropdown)

At the moment the only way I see to workaround the limitations is to add Virtual Columns that calculate the desired searchable values.

7 9 426
9 REPLIES 9
Top Labels in this Space