if ( $sentence ) {
$search_terms = array( $s );
} else {
$search_terms = array( $s );
}
}
return $search_terms;
Hi @localjob by changing the se_get_search_terms() function to treat all cases as sentences should do the trick.
Hi any word on how to change default to behave like AND instead of OR?
Thanks a lot!