Profiles

  • Member Since: May 24th, 2017
  • Find me on:
  • Posted a reply to Performing an AND Search / excluding search terms, on the site WordPress.org Forums:
    if ( $sentence ) { $search_terms = array( $s ); } else { $search_terms =…

  • Posted a reply to Performing an AND Search / excluding search terms, on the site WordPress.org Forums:
    Hi @localjob by changing the se_get_search_terms() function to treat all cases as sentences should do…

  • Posted a reply to Performing an AND Search / excluding search terms, on the site WordPress.org Forums:
    Hi any word on how to change default to behave like AND instead of OR?…