search: export ZoektGlobalQuery fields
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: rvantonder
Stacked on https://github.com/sourcegraph/sourcegraph/pull/36514.
The global Zoekt query values (like pattern
) are not output when printed because the fields are unexported. These are pretty important test values for upcoming lucky search and I can't easily check correctness without exporting these.
Semantics-preserving.
Push commits to the source branch or add previously merged commits to review them.