Description
SHOW WIDGETS WHERE Name LIKE '%button%' returns "No widgets found" even when matching widgets exist in the project.
Reproduction
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
Description
SHOW WIDGETS WHERE Name LIKE '%button%'returns "No widgets found" even when matching widgets exist in the project.Reproduction
Environment
Related