mcavoy icon indicating copy to clipboard operation
mcavoy copied to clipboard

Discover what visitors are searching for on your WordPress site.

Results 10 mcavoy issues
Sort by recently updated
recently updated
newest added

An avid McAvoy user made this feature request in another location, so I wanted to capture it here: > Would it be possible to see daily totals somehow and weekly...

enhancement
question

Version 0.1.0 collects meta data, but doesn't do anything with it. Future versions should display this in the `WP_List_Table` display. To do this effectively, a "Screen Options" tab should be...

enhancement

McAvoy is built around [the WordPress Plugin API](https://codex.wordpress.org/Plugin_API) and has solid inline documentation (if I do say so myself), but all of these actions and filters should also be documented...

documentation

Version 0.1.0 of the plugin is launching with only the `DatabaseLogger` Logger, but the plugin is designed to be flexible enough that people can write their own custom loggers. One...

enhancement

The way the editorial team and the way the visitors use site search will almost certainly vary, so there should be a way (either a filter or an option) to...

enhancement

This could be opening Pandroa's box, but there should be a way to view the list as a list of aggregates, maybe something like: | Term | Last Queried |...

enhancement

The plugin should expose a WordPress admin dashboard widget for "Recent Searches" and/or "Popular Searches"

enhancement

Users should be able to export (nearly) any table view they're able to see in McAvoy's admin interface to CSV for easier reporting.

enhancement

Include a new Logger method that can dump search results into an ElasticSearch instance, making it really easy to search among the searches.

enhancement

At some point a WP-CLI integration to retrieve all the information visible in the admin area should be made available: ``` $ wp mcavoy list --limit=500 ```

enhancement