PHPBUILDER 6.0 - BUILD 10638
There have been numerous posts regarding how to try and accomplish a FULL TEXT SEARCH (aka using multiple keywords in a search that are NOT treated as one keyword) but there are NO CURRENT examples that clearly state how to handle this in the List Page: Before SQL Query event.
The $strSearchFor variable is no longer available in this event - does this mean it has to be exploded out of $strWhereClause? What is the best method to obtain the old $strSearchFor variable?
There's also the issue of distinguishing between the FIRST CALL of this event when the list page is FIRST presented (and $strWhereClause could be EMPTY).
If there could PLEASE be one definitive example post on implementing a FULL TEXT SEARCH (i.e. in MYSQL) using the List Page: Before SQL Query event that would be TERRIFIC!
Thanks so much! Take Care... Mike.