|
Swish::preparePrepare a search query Description
object Swish::prepare
([ string
$query
] )Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Prepare and return a search object, which you can later use for unlimited number of queries. Parameters
Return ValuesReturns SwishSearch object. Errors/ExceptionsThrows SwishException on error. Examples
Example #1 Basic Swish::prepare example
<?php The above example will output something similar to: Found: 2 hits Found: 5 hits |