[SOLVED] Capturing the generate WHERE clause |
11/4/2024 22:13:50 | |
| PHPRunner General questions | ||
|
K
keithw authorDevClub member
Greetings, I am trying to capture, via a SESSION variable or some other comparable method the WHERE clause used to geneate the results of a Search on a List Page. I would like to be able to pass it to an external process that would generate the same dataset as was done on the List Page. I could use the entire SQL Querry, Anybody know how to do this? Regards, |
||
|
|
Davor GeciDevClub member 11/5/2024 |
|
Hey Keith, I think that you are looking for the "List page: Before SQL query" Here is the documentation for this event: Hope this helps, |
|
|
|
Sergey Kornilov admin 11/5/2024 |
|
BeforeSQLQuery event is a way to go for a simple task like this. There are other options available as well like Search API but more coding will be required. |
|
|
K
|
keithw authorDevClub member 11/5/2024 |
|
I believe the Seach API will most likely be what I need based on what I have read. Thanx, |
|