Is there a way to prune the search history for a user ?
Some users have grown that large histories and/or saved searches that they require higher max_allowed_packets config for the db, otherwise breaking user updates.
I'm not aware of any user driven pruning of those histories that probably are used to populate these

And most likely there is no system driven pruning (keep x last searches, keep x days last searches,..)
(One user has multiple quicksearches up into the thousands, that would become unusable in any UI)
Would this be a candidate for a feature request (if I'm not missing existing functionality) ? Or what would be the best way to trim here - currenly I'm looking at recreating the user and resetting ids as a quickfix.