Hi,
I use the search widget to search database tables.
For this I have set up Where conditions with Condition and Operator.
(
Model.feldname1 = {data: keywords} / Use
OR
Model.feldname2 = {data: keywords} / Use
...
)
AND
user_id = {user_id} / Use
The search shows me the correct results in the table.
The only problem is that I no longer see the table (table_list) when I come to the page. I only see the table header but no rows with content.
How does it work that the complete table is shown on the page but the search still works and shows me the search results?
I use the search widget to search database tables.
For this I have set up Where conditions with Condition and Operator.
(
Model.feldname1 = {data: keywords} / Use
OR
Model.feldname2 = {data: keywords} / Use
...
)
AND
user_id = {user_id} / Use
The search shows me the correct results in the table.
The only problem is that I no longer see the table (table_list) when I come to the page. I only see the table header but no rows with content.
How does it work that the complete table is shown on the page but the search still works and shows me the search results?