better-search
better-search copied to clipboard
Better Search WordPress plugin
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 );`
https://github.com/WebberZone/better-search/blob/d57beaf47edcc80445eaedf60f8d1bd440e054ea/includes/css/bsearch-styles.css#L78 ALSO: ``` .bsearch-entry-title { text-align: left; } ```
Add links to the dashboard widgets to link to the popular searches page https://github.com/WebberZone/better-search/blob/d57beaf47edcc80445eaedf60f8d1bd440e054ea/includes/admin/admin-dashboard.php#L22
I believe I have found a security vulnerability in this plugin. I've been unable to contact you via website contact form, email, and Twitter. Can you please reach out to...
**Describe the bug** Better Search prevents [FiboSearch](https://it.wordpress.org/plugins/ajax-search-for-woocommerce/) activities. **To Reproduce** Steps to reproduce the behavior: 1. Install Better Search and FiboSearch 2. Go to https:///?s=example&post_type=product&dgwt_wcas=1 **Expected behavior** FiboSearch should start...
Extend the highlight search terms features to also captures popular search engines: Google, Bing, DuckDuckGo
To explore use of pspell within the plugin to detect alternate words.
Hello, thanks for your plugin. If is it possible, I have a request: get posts from all site in the network and returns it by relevance. Tnx
Explore supporting the rest api to support the [search endpoint](https://developer.wordpress.org/rest-api/reference/search-results/). Would need to tap into: [rest_post_search_query](https://developer.wordpress.org/reference/hooks/rest_post_search_query/) And, potentially other regular filters.
Option to limit the relevancy of posts that will be shown in the results - this should allow users to set a minimum level and only posts that are above...