Skip to content

CFSv2: add --outputGrid to write grid file for same loop as in actual search

Description

@karl-wette as discussed via e-mail.

For bonus points, from the commit message:

  • also promote --countTemplates to non-developer option
  • throw error if either of the two is set together with any real search output options
  • also fix missing binary parameters in column_headings_string

API Changes and Justification

Backwards Compatible Changes

  • This change introduces no API changes
  • This change adds new API calls

Backwards Incompatible Changes

  • This change modifies an existing API
  • This change removes an existing API

Review Status

The way I've implemented it now should have no logic or performance impacts on the normal search mode, but a careful look would be appreciated.

Merge request reports