On occasion, I find myself wanting to search the text of changelist descriptions in Perforce. There doesn't appear to be a way to do this in P4V. I can do it by redirecting the output of the changes command to a file...
p4 changes -l > p4changes.txt
...(the -l switch tells it to dump the full text of the changelist descriptions) and then searching the file, but this is rather cumbersome. Has anyone found a better way?
Ctrl+F searching of change list descriptions is finally available in P4V 2009.1. It will only search what you pull from the server, however. We have less than 6000 CLs, so telling it to retrieve them all is not a problem for us, but if you have a huge number of change lists, searching them all this way may not be an option.