Closed tonyelewis closed 7 years ago
Whilst making these changes, move the --restrict-html-within-body
option to the new HTML options block.
Also:
[...].get_generate_html_output() || [...].get_restrict_html_within_body()
logic out of make_hits_processor()
into separate new bool implies_html(const crh_output_spec &);
function.crh_options
enforce that an HTML options_block option can only be specified if implies_html()
is false
Jon and I think these options would be useful...
In HTML output, add a single-line result to CRH
Add a new block of HTML options with these two options:
--html-max-num-non-soln-hits <num>
In HTML output, only display up to<num>
hits that aren't part of the solution--html-exclude-rejected-hits
In HTML output, don't display hits that fail the score filters