## Description `SHOW WIDGETS WHERE Name LIKE '%button%'` returns "No widgets found" even when matching widgets exist in the project. ## Reproduction ```sql SHOW WIDGETS; -- Returns many widgets including buttons SHOW WIDGETS WHERE Name LIKE '%button%'; -- Returns "No widgets found" ``` ## Environment - mxcli: v0.7.0-257-ga07e7e0 - Project: EnquiriesManagement (Mendix 11.8.0) ## Related - #386 (page test 4.3)
Description
SHOW WIDGETS WHERE Name LIKE '%button%'returns "No widgets found" even when matching widgets exist in the project.Reproduction
Environment
Related