WebberZone / better-search

Better Search WordPress plugin
https://webberzone.com/plugins/better-search/
20 stars 13 forks source link

Also search the description of the Taxonomy #93

Closed ajaydsouza closed 1 year ago

ajaydsouza commented 2 years ago

https://github.com/WebberZone/better-search/blob/ddf44dbb65591d5789407f87fdebe3798a50477c/includes/class-better-search.php#L610

Add the below code after Line 610

$clause[] = $wpdb->prepare( "(bsq_tt.description $like_op %s)", $term );