Skip to content

Releases: WebberZone/better-search

Version 2.1.0

28 Dec 20:34
Compare
Choose a tag to compare
  • Features:
    • Cache enable/disable option + Clear cache button. Replaces "Delete transients"
    • Search form widget. Find it under Appearances > Widgets or in the Customizer
    • Heatmap search widget: Display the popular searches heatmap using [bsearch_heatmap]
  • Enhancements:
    • Query filters now work for the LIKE search as well
    • New filter to override the censor character (currently a space) e.g. usage at https://gist.github.com/ajaydsouza/f23f35704431485c6922
    • Banned terms will now filter the main search query and will no longer display the search term even in seamless mode
  • Bug fixes:
    • Highlighting now works when the search term has double or single quotes

Version 2.0.1

09 May 13:49
Compare
Choose a tag to compare

Fixed bug where highlight search mode broke HTML

Version 2.0.0

09 May 10:55
Compare
Choose a tag to compare
  • New: Network Activate and Deactivate the plugin on WordPress Multisite
  • New: Option to highlight search results. If missing, add: .bsearch_highlight { background:#ffc; } under Custom Styles
  • New: Fully filterable search query
  • New: Recreate Index button in the settings page
  • New: Delete transients button in the settings page
  • Modified: Better Search will now try BOOLEAN MODE and non-FULLTEXT modes in case FULLTEXT search doesn't return any results
  • Modified: Deprecated always dynamic heatmap option that bypassed cache
  • Modified: Reorganised admin interface
  • Modified: Seamless mode is now the default mode
  • Modified: Better Search uses transients to catch results when not using seamless mode
  • Modified: Search form uses class instead of id
  • Fixed: Seamless mode would overwrite all queries, even those outside the loop
  • Fixed: WordPress widget settings

Version 1.4-beta20150504

03 May 23:16
Compare
Choose a tag to compare
Pre-release
  • New: Network Activate and Deactivate the plugin on WordPress Multisite
  • New: Option to highlight search results. If missing, add: .bsearch_highlight { background:#ffc; } under Custom Styles
  • New: Fully filterable search query
  • New: Recreate Index button in the settings page
  • New: Delete transients button in the settings page
  • Modified: Better Search will now try BOOLEAN MODE and non-FULLTEXT modes in case FULLTEXT search doesn't return any results
  • Modified: Deprecated always dynamic heatmap option that bypassed cache
  • Modified: Reorganised admin interface
  • Modified: Seamless mode is now the default mode
  • Modified: Better Search uses transients to catch results when not using seamless mode
  • Modified: Search form uses class instead of id
  • Fixed: Seamless mode would overwrite all queries, even those outside the loop
  • Fixed: WordPress widget settings

Version 1.4-beta20150518

18 Apr 19:55
Compare
Choose a tag to compare
Pre-release
  • New: Option to highlight search results. If missing, add: .bsearch_highlight { background:#ffc; } under Custom Styles
  • Fixed: Seamless mode would overwrite all queries, even those outside the loop

Version 1.3.6

28 Dec 03:22
Compare
Choose a tag to compare

Fixed missing wick files which created 404 errors in Admin screens

Version 1.3.5

06 Dec 13:22
Compare
Choose a tag to compare

Fixed: Seamless mode interfered with the Media search in the Admin
Fixed: Potential Reflective XSS vulnerability

Version 1.3.4

15 Jun 10:56
Compare
Choose a tag to compare
  • New: Option to add noindex,nofollow meta tag to the header
  • Modified: Tracking script now set to bypass Rocket Loader
  • Fixed: Class of header row on search results page. You can now add your custom styles to bsearch_nav_row1 and bsearch_nav_row2
  • Fixed: Widget search heatmap colours were not loaded properly

Version 1.3.3

25 May 11:05
Compare
Choose a tag to compare
  • New: Responsive admin interface
  • New: Seamless integration mode. With this enabled, you can benefit from relevant search results displayed how your theme intended it to be!
  • Modified: Modified get_bsearch_heatmap to accept an array of parameters. If you're using this function, please note the modified usage in the FAQ
  • New: Option to turn off tracking searches of Admins and Editors
  • Fixed: Widget initialisation
  • Modified: Reformatted code to follow WordPress PHP Standards

Version 1.3.2

24 May 06:42
Compare
Choose a tag to compare
  • New: Profanity filter. Courtesy Banbuilders
  • New: Option to turn of the search results tracking. Ideal if you don't care about the popular search terms on your blog
  • New: Option to include the thumbnails in the search results
  • Modified: Search results now have better pagination. This is especially good when you have lots of search results - Thanks to J Norton for this feature
  • Modified: Plugin should now return results even if the search word is less than 4 characters
  • Fixed: Bug fixes - Thanks to Rich for some of the fixes