Forums
(@jtcote)
7 years, 4 months ago
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.
7 years, 5 months ago
Hi any word on how to change default to behave like AND instead of OR?
Thanks a lot!