Idea Summary
When using Page Designer Search to find a button by name, processes that rely on Server-side Condition → When Button Pressed are currently not included in the results.
At the moment, such processes appear in search results only if the button name is defined using Request = Value. This leads to incomplete search results and makes it harder to understand where a button is used.
The search should also include processes where the button is referenced in “When Button Pressed” conditions.
Use Case
While analyzing or refactoring a page, developers often need to quickly identify all logic related to a specific button.
Currently, Page Designer Search does not return all relevant processes, which may lead to:
- missing logic during analysis,
- incorrect assumptions about button usage,
- increased time spent manually inspecting components.
Screenshots for references

