=== Search Analytics === Contributors: cornel.raiu Tags: search, analytics, statistics, history Requires at least: 3.1.0 Tested up to: 4.9.5 Requires PHP: 5.6 Stable tag: 1.2.0 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Search Analytics will keep history of the search terms used by your users and group them in a set of statistics including the number of posts resulted from that search. == Description == Search Analytics will keep history of the search terms used by your users and group them in a set of statistics including the number of posts resulted from that search. It can easily aid you in finding what your users are really searching for on your website and make sure you provide exactly what they need. == Installation == Search Analytics can be installed via the WordPress Automatic Plugin Install page in the admin panel. It can also be downloaded from the WordPress Plugin Directory and installed manually. After the installation and activation is complete you should visit the plugin's settings page ( Settings -> MWT: Search Analytics ) to make sure it is properly configured for your needs. == Frequently Asked Questions == = The search history on my website is not being saved = Please make sure you use the standard WordPress search functionality. = The history was not deleted when I deactivated the plugin = Before uninstalling, you should go to the plugin's settings page and check the "Remove plugin tables on uninstall" setting. After doing that, deactivating the plugin should also remove all tables from the database. = Is there any development roadmap for the plugin? = Yes. You can visit the plugin's [Trello Board](https://trello.com/b/MvIWInjW). This should give you an overview on my plans regarding this plugin. = Where can I make feature requests? = For now, you can use the [Support Forum](https://wordpress.org/support/plugin/search-analytics). I will be adding a feature request/voting system to my website soon so everything will be kept in there. == Changelog == = 1.2.0 = * Bugfix: fix PHP notice on the settings page ( introduced in v1.0.3 ) * Bugfix: fix search resetting time and result filters ( introduced in v1.1.2 ) * Bugfix: fix notice "Undefined index: date_from" ( introduced in v1.1.2 ) * Bugfix: fix notice "Undefined index: date_to" ( introduced in v1.1.2 ) * Feature: ability to download history in a CSV file * Feature: add single term view with detailed search historical stats * Feature: ability to choose which user roles can see the search history stats * Optimization: set table names in plugin constants for cleaner calls * Optimization: move history data return from db function to independent static class. * Optimization: change time filter default to "All Time" = 1.1.3 = * Bugfix: fix jquery.ui load over https ( introduced in v1.1.2 ) = 1.1.2 = * Bugfix: make bulk action "Delete" use language variable ( introduced in v1.1.1 ) * Bugfix: make stats page full responsive ( introduced in v1.1 ) * Feature: add filters: all, only successful, only unsuccessful ( 0 posts ) results * Feature: Time range filters * Optimization: add screen option to allow selection of number of results per page * Optimization: last search date - sortable column * Optimization: add "clear" option to the date pickers * Optimization: add 2 months view on the calendars = 1.1.1 = * Bugfix: remove limit of results on the table ( introduced in v1.1 ) * Feature: ability to delete terms from the results * Feature: bulk terms delete action * Optimization: results per page reduced from 30 to 20 = 1.1 = * Bugfix: exclude empty search strings ( introduced in v1.0 ) * Design: display tables using the Wordpress Admin Tables * Feature: pagination for better data analysis * Feature: custom sorting on all columns * Feature: filter results by string = 1.0.4 = * fix a warning occurring in certain cases on search = 1.0.3 = * Add ability to delete all history * Add ability to remove the tables on plugin deactivate * Stats page restyling = 1.0.2 = * Update results sorting for better viewing the data * Minimum styling on the stats page * Add link to the settings page = 1.0.1 = * Fix deprecated notice = 1.0 = * Initial Release == Upgrade Notice == = 1.2.0 = This version adds CSV statistics export and user role filter for viewing the historical stats