carloea2 opened a new issue, #8128: URL: https://github.com/apache/texera/issues/8128
### What happened? The public dashboard search ignores the documented `includePublic=false` query parameter because the resource binds a parameter named `includePublic ` with a trailing space. Before: `includePublic=false` returns public workflows. After: `includePublic=false` excludes public workflows. ### How to reproduce? 1. Make a workflow public. 2. Request `/api/dashboard/publicSearch?resourceType=workflow&includePublic=false`. 3. Observe that the public workflow is still returned. ### Version/Branch 1.3.0-incubating-SNAPSHOT (main) ### Commit Hash (Optional) Tested on current main. ### What browsers are you seeing the problem on? Not browser specific. ### Relevant log output Documented parameter result count: 1 Expected result count: 0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
