search: add tracing to NewSearchImplementer
Created by: stefanhengl
Adds tracing to NewSearchImplementer
. Currently, the traces show several trips to the DB but I wasn't sure which part of the code is responsible. Now, the traces make it very explicit that
- Within
NewSearchImplementer
. we call the DB 4 times just to get the user settings - the parser is not the bottleneck