Remove FF zoekt_syntax_transpile

What does this MR do and why?

This change removes a feature flag called "zoekt_syntax_transpile" that was controlling whether search query syntax gets converted when using the API. Previously, the system would only perform this syntax conversion if the feature flag was enabled. Now, the syntax conversion will always happen for API requests, meaning the feature has been fully rolled out and no longer needs to be toggled on or off. The associated test that checked the disabled state of this feature flag was also removed since it's no longer relevant.

References

Screenshots or screen recordings

Before After

How to set up and validate locally

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #553058 (closed)

Edited by Ravi Kumar

Merge request reports

Loading