Hey Long,
I've tried that but can't get it to work. Would you mind including some sample code?
$args = array('post_type' => 'post');
$args['search_filter_id'] = 123;
$query = new WP_Query($args);
That is the code given by Search & Replace Pro to implement in a custom way.
Any help would be greatly appreciated.