[Plugin: Relevanssi] Feature Suggestion: Omit from Logs
-
Hey Mikko,
A small feature I might suggest you add to the plugin:
It would be nice if an option existed to exclude a specific user from logged queries. Why? Well, my main purpose of the logs is to evaluate what users are looking for, but since I also do a lot of testing myself, the logs become cluttered with terms that I myself have searched for. My “view count” plugin similarly omits views by the admin, only counting those from “real visitors.”
This should be a simple matter of adding a check to relevanssi_update_log(), something like
if( wp_get_current_user()->ID == get_option('relevanssi_omit_from_logs') ) return;
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: Relevanssi] Feature Suggestion: Omit from Logs’ is closed to new replies.