![]() |
Sergey Kornilov admin 1/23/2018 |
SearchController is designed for a totally different purpose. orders_list.php?q=(CustomerID~equals~BOTTM) |
J
|
jaffleck author 1/30/2018 |
SearchController is designed for a totally different purpose. What you can try is to redirect user search results page. You can do this in one of server events or in Javascript OnLoad event. Here is the sample search results URL: orders_list.php?q=(CustomerID~equals~BOTTM)
|
![]() |
Sergey Kornilov admin 1/30/2018 |
What page your original question was about? |
J
|
jaffleck author 2/2/2018 |
What page your original question was about?
|
![]() |
Sergey Kornilov admin 2/2/2018 |
You don't need to do anything with the search page. Just build that search results URL in your code and redirect user there. |
J
|
jaffleck author 2/15/2018 |
You don't need to do anything with the search page. Just build that search results URL in your code and redirect user there.
|
![]() |
Sergey Kornilov admin 2/16/2018 |
What exactly causes the trouble? You need to redirect user to URL like orders_list.php?q=(CustomerID~equals~BOTTM). You can do this on any page in PHPRunner. |
J
|
jaffleck author 2/18/2018 |
What exactly causes the trouble? You need to redirect user to URL like orders_list.php?q=(CustomerID~equals~BOTTM). You can do this on any page in PHPRunner.
|