Releases: WebberZone/better-search
Releases · WebberZone/better-search
4.0.4-beta1
Full Changelog: 4.0.3...4.0.4-beta1
Version 4.0.3
Changelog
-
Modifications:
- Added font color (#000) to
.bsearch_highlight
class. - Only highlight words > 2 characters.
- Added font color (#000) to
-
Bug fixes:
- Fixed a bug where post titles in search results were not highlighted properly.
- Fix for highlighting when Seamless Mode is off.
- Words with double or single quotes are properly highlighted.
- Quotes are properly displayed in heatmap.
Full Changelog: 4.0.2...4.0.3
4.0.3-beta1
- Bug fixes:
- Fixed a bug where post titles in search results were not highlighted properly.
- Fix for highlighting when Seamless Mode is off.
- Only highlight words > 2 characters.
- Words with double or single quotes are properly highlighted.
Full Changelog: 4.0.2...4.0.3-beta1
Version 4.0.2
Changelog
-
Modifications:
- Improved search term highlighting in post titles when accessed from the search results page, preventing conflicts with shortcodes calling
the_title
filter. - Deleting the free plugin should retain the settings for the Pro plugin.
- Added WPML support for Settings' strings: Heatmap title for overall and daily searches.
- A new button has been added to the Tools page to manually create the Better Search tables.
- An admin notice is now shown when the Better Search tables are missing.
- Improved search term highlighting in post titles when accessed from the search results page, preventing conflicts with shortcodes calling
-
Bug fixes:
- Fixed the issue where database tables were not created in a new installation.
Full Changelog: 4.0.1...4.0.2
4.0.2-RC1
-
Modifications:
- Improved search term highlighting in post titles when accessed from the search results page, preventing conflicts with shortcodes calling
the_title
filter. - Deleting the free plugin should retain the settings for the Pro plugin.
- Added WPML support for Settings' strings: Heatmap title for overall and daily searches.
- A new button added to the Tools page to manually create the Better Search tables.
- An admin notice is now shown when the Better Search tables are missing.
- Improved search term highlighting in post titles when accessed from the search results page, preventing conflicts with shortcodes calling
-
Bug fixes:
- Fixed the issue where database tables were not created in a new installation.
Full Changelog: 4.0.2-beta1...4.0.2-RC1
4.0.2-beta1
- Modifications:
- Improved search term highlighting in post titles when accessed from the search results page, preventing conflicts with shortcodes calling
the_title
filter. - Deleting the free plugin should retain the settings for the Pro plugin.
- Added WPML support for Settings' strings: Heatmap title for overall and daily searches.
- Improved search term highlighting in post titles when accessed from the search results page, preventing conflicts with shortcodes calling
Full Changelog: WebberZone/better-search-pro@4.0.1...4.0.2-beta1
Full Changelog: 4.0.1...4.0.2-beta1
Version 4.0.1
Changelog:
-
Modifications:
- Setting: "Filter whole words only" set to true by default.
-
Bug fixes:
- Corrected the database upgrade notice that was incorrectly displayed for new users.
- Fixed an issue where the search term was not highlighted in the content when following a /search/ link.
- Resolved an issue where the search term was incorrectly highlighted in the alt text of images.
- Seamless mode didn't load correctly.
Full Changelog: 4.0.0...4.0.1
Version 4.0.0
Release post: https://webberzone.com/announcements/better-search-v4-enhance-wordpress-search-with-pro-features/
-
Features:
- New live search feature that shows search results as you type.
- [Pro] New setting to enable and set the fuzzy search level. Once enabled, the plugin will attempt to find results if the search term is misspelt. This only works effectively for English words.
- [Pro] Multisite search feature allowing network admins to select specific sites for cross-network searches. Sites not selected will function independently.
- [Pro] New setting to only show search results above a certain relevance threshold.
- [Pro] New setting to search the post slug.
- [Pro] New setting Enable REST API allows the REST API to utilize the Better Search when enabled. Read this knowledge base article for more information about how Better Search enhances the Search endpoint.
-
Enhancements/Modifications:
- Renamed
Better_Search
toBetter_Search_Core_Query
. Each of the methods now removes the filter from itself. It will also automatically parse wp_query parameters. - Updated
Better_Search_Core_Query
filters to use the class instead ofWP_Query
. - Display admin notice if any FULLTEXT index is missing and Enable mySQL FULLTEXT searching is enabled. This is only shown to admins and cannot be dismissed until the indexes are created.
- Better Search results page now works with Block Templates. You can enable Seamless mode to use your theme's search template.
- [Pro] Added a new button to create the indexes and display the index status on the settings page under the Search tab for Enable mySQL FULLTEXT searching.
- Renamed
-
Bug fixes:
- Quotes in search terms should work correctly now.
Full Changelog: v3.3.1...4.0.0
4.0.0-RC3
-
Features:
- New live search feature that shows search results as you type.
- [Pro] New setting to enable and set the fuzzy search level. Once enabled, the plugin will attempt to find results if the search term is misspelt. This only works effectively for English words.
- [Pro] Multisite search feature allowing network admins to select specific sites for cross-network searches. Sites not selected will function independently.
- [Pro] New setting to only show search results above a certain relevance threshold.
- [Pro] New setting to search the post slug.
- [Pro] New setting Enable REST API allows the REST API to utilize the Better Search when enabled. Read this knowledge base article for more information about how Better Search enhances the Search endpoint.
-
Enhancements/Modifications:
- Renamed
Better_Search
toBetter_Search_Core_Query
. Each of the methods now removes the filter from itself. It will also automatically parse wp_query parameters. - Updated
Better_Search_Core_Query
filters to use the class instead ofWP_Query
. - Display admin notice if any FULLTEXT index is missing and Enable mySQL FULLTEXT searching is enabled. This is only shown to admins and cannot be dismissed until the indexes are created.
- Better Search results page now works with Block Templates. You can enable Seamless mode to use your theme's search template.
- [Pro] Added a new button to create the indexes and display the index status on the settings page under the Search tab for Enable mySQL FULLTEXT searching.
- Renamed
-
Bug fixes:
- Quotes in search terms should work correctly now.
Full Changelog: 4.0.0-RC2...4.0.0-RC3
4.0.0-RC2
-
Features:
- New live search feature that shows search results as you type.
- [Pro] New setting to enable and set the fuzzy search level. Once enabled, the plugin will attempt to find results if the search term is misspelt. This only works effectively for English words.
- [Pro] Multisite search feature allowing network admins to select specific sites for cross-network searches. Sites not selected will function independently.
- [Pro] New setting to only show search results above a certain relevance threshold.
- [Pro] New setting to search the post slug.
- [Pro] New setting Enable REST API allows the REST API to utilize the Better Search when enabled. Read this knowledge base article for more information about how Better Search enhances the Search endpoint.
-
Enhancements/Modifications:
- Renamed
Better_Search
toBetter_Search_Core_Query
. Each of the methods now removes the filter from itself. It will also automatically parse wp_query parameters. - Updated
Better_Search_Core_Query
filters to use the class instead ofWP_Query
. - Display admin notice if any FULLTEXT index is missing and Enable mySQL FULLTEXT searching is enabled. This is only shown to admins and cannot be dismissed until the indexes are created.
- Better Search results page now works with Block Templates. You can enable Seamless mode to use your theme's search template.
- [Pro] Added a new button to create the indexes and display the index status on the settings page under the Search tab for Enable mySQL FULLTEXT searching.
- Renamed
-
Bug fixes:
- Quotes in search terms should work correctly now.
Full Changelog: 4.0.0-RC1...4.0.0-RC2