You are here

function hook_finder_query_alter in Finder 6

Alter the query array before finder_query() builds it into SQL.

Parameters

&$query: The query array.

1 invocation of hook_finder_query_alter()
finder_query in ./finder.module

File

./finder.api.php, line 298
Documents finder's hooks for api reference.

Code

function hook_finder_query_alter(&$query) {

  // no example code
}