Created by: chrismwendt
With "search.index.enabled": false, Zoekt searches panic because args.Zoekt is nil.
"search.index.enabled": false
args.Zoekt
nil
Is this an appropriate fix? I didn't see where the choice between indexed and unindexed search is made, so I simply returned nil early.
No test plan yet, this is a draft.